We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inject
1 parent 67710ea commit 744fbf0Copy full SHA for 744fbf0
python/ql/lib/semmle/python/dataflow/new/internal/FlowSummaryImplSpecific.qll
@@ -12,6 +12,7 @@ private import semmle.python.dataflow.new.FlowSummary as FlowSummary
12
13
class SummarizedCallableBase = string;
14
15
+/** View a `SummarizedCallable` as a `DataFlowCallable`. */
16
DataFlowCallable inject(SummarizedCallable c) { result.asLibraryCallable() = c }
17
18
/** Gets the parameter position of the instance parameter. */
0 commit comments