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.
1 parent 8891fbf commit 59d611dCopy full SHA for 59d611d
python/ql/src/experimental/dataflow/internal/DataFlowPublic.qll
@@ -115,8 +115,8 @@ class ParameterNode extends EssaNode {
115
ParameterNode() { var instanceof ParameterDefinition }
116
117
/**
118
- * Holds if this node is the parameter of callable `c` at the specified
119
- * (zero-based) position.
+ * Holds if this node is the parameter of callable `c` at the
+ * (zero-based) index `i`.
120
*/
121
predicate isParameterOf(DataFlowCallable c, int i) {
122
var.(ParameterDefinition).getDefiningNode() = c.getParameter(i)
0 commit comments