Skip to content

Commit 744fbf0

Browse files
committed
Python: qldoc for inject
1 parent 67710ea commit 744fbf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/FlowSummaryImplSpecific.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ private import semmle.python.dataflow.new.FlowSummary as FlowSummary
1212

1313
class SummarizedCallableBase = string;
1414

15+
/** View a `SummarizedCallable` as a `DataFlowCallable`. */
1516
DataFlowCallable inject(SummarizedCallable c) { result.asLibraryCallable() = c }
1617

1718
/** Gets the parameter position of the instance parameter. */

0 commit comments

Comments
 (0)