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 291ebcc commit 066549fCopy full SHA for 066549f
javascript/ql/src/semmle/javascript/explore/CallGraph.qll
@@ -77,7 +77,7 @@ private FunctionNode leafFunction() {
77
}
78
79
/**
80
- * Holds if `invoke` should be used as the end point of a call path.
+ * Holds if `fun` should be used as the end point of a call path.
81
*/
82
predicate isEndOfCallPath(FunctionNode fun) {
83
// `fun` should either be a leaf function or part of a cycle with no leaves.
0 commit comments