Skip to content

Commit 04736b6

Browse files
committed
C#: Add lost QL Doc.
1 parent f26c514 commit 04736b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/FlowSummaryImplSpecific.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ DataFlowType getParameterType(SummarizedCallable c, ParameterPosition pos) {
6161
)
6262
}
6363

64+
/** Gets the return type of kind `rk` for callable `c`. */
6465
DataFlowType getReturnType(DotNet::Callable c, ReturnKind rk) {
6566
exists(Type t | result = Gvn::getGlobalValueNumber(t) |
6667
rk instanceof NormalReturnKind and

0 commit comments

Comments
 (0)