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 8e09d96 commit 229914fCopy full SHA for 229914f
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