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 759e1df commit 4c9ef8cCopy full SHA for 4c9ef8c
javascript/ql/src/semmle/javascript/explore/CallGraph.qll
@@ -71,7 +71,7 @@ predicate isStartOfCallPath(InvokeNode invoke) {
71
not callEdge+(rootCall(), invoke)
72
}
73
74
-/** Gets a function contains no calls to other functions. */
+/** Gets a function that contains no calls to other functions. */
75
private FunctionNode leafFunction() {
76
not callEdge(result, _)
77
0 commit comments