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.
2 parents 8e09d96 + 229914f commit 56977c7Copy full SHA for 56977c7
powershell/ql/lib/semmle/code/powershell/dataflow/internal/DataFlowPublic.qll
@@ -536,6 +536,8 @@ class CallNode extends ExprNode {
536
* Note that this predicate doesn't get the pipeline argument, if any.
537
*/
538
Node getAnArgument() { result.asExpr() = call.getAnArgument() }
539
+
540
+ Node getCallee() { result.asExpr() = call.getCallee() }
541
}
542
543
/** A call to operator `&`, viwed as a node in a data flow graph. */
0 commit comments