Python: qldoc for inject

This commit is contained in:
Rasmus Lerchedahl Petersen
2022-09-06 17:46:14 +02:00
parent 67710eaed7
commit 744fbf0c1b

View File

@@ -12,6 +12,7 @@ private import semmle.python.dataflow.new.FlowSummary as FlowSummary
class SummarizedCallableBase = string;
/** View a `SummarizedCallable` as a `DataFlowCallable`. */
DataFlowCallable inject(SummarizedCallable c) { result.asLibraryCallable() = c }
/** Gets the parameter position of the instance parameter. */