C#: Add lost QL Doc.

This commit is contained in:
Michael Nebel
2023-06-15 10:00:09 +02:00
parent f26c514426
commit 04736b6e10

View File

@@ -61,6 +61,7 @@ DataFlowType getParameterType(SummarizedCallable c, ParameterPosition pos) {
)
}
/** Gets the return type of kind `rk` for callable `c`. */
DataFlowType getReturnType(DotNet::Callable c, ReturnKind rk) {
exists(Type t | result = Gvn::getGlobalValueNumber(t) |
rk instanceof NormalReturnKind and