Go/Python/Ruby/Swift: Add stub.

This commit is contained in:
Anders Schack-Mulligen
2023-06-09 15:26:24 +02:00
parent 2ecce575a9
commit 5062442982
4 changed files with 12 additions and 0 deletions

View File

@@ -53,6 +53,9 @@ SummaryCall summaryDataFlowCall(SummaryNode receiver) { receiver = result.getRec
/** Gets the type of content `c`. */
DataFlowType getContentType(Content c) { any() }
/** Gets the type of the parameter at the given position. */
DataFlowType getParameterType(SummarizedCallable c, ParameterPosition pos) { any() }
/** Gets the return type of kind `rk` for callable `c`. */
bindingset[c, rk]
DataFlowType getReturnType(SummarizedCallable c, ReturnKind rk) { any() }