Skip to content

Commit ffeda7f

Browse files
committed
JS: Expand on doc a bit
1 parent 066549f commit ffeda7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javascript/ql/src/semmle/javascript/explore/CallGraph.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ private import DataFlow
2727
*
2828
* There are edges from calls to their callees,
2929
* and from functions to their contained calls and in some cases
30-
* their inner functions.
30+
* their inner functions to model functions invoked indirectly
31+
* by being passed to another call.
3132
*/
3233
predicate callEdge(Node pred, Node succ) {
3334
exists(InvokeNode invoke, Function f |

0 commit comments

Comments
 (0)