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 066549f commit ffeda7fCopy full SHA for ffeda7f
javascript/ql/src/semmle/javascript/explore/CallGraph.qll
@@ -27,7 +27,8 @@ private import DataFlow
27
*
28
* There are edges from calls to their callees,
29
* and from functions to their contained calls and in some cases
30
- * their inner functions.
+ * their inner functions to model functions invoked indirectly
31
+ * by being passed to another call.
32
*/
33
predicate callEdge(Node pred, Node succ) {
34
exists(InvokeNode invoke, Function f |
0 commit comments