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 c4179eb commit 4b3faabCopy full SHA for 4b3faab
javascript/ql/src/semmle/javascript/dataflow/internal/CallGraphs.qll
@@ -70,7 +70,9 @@ module CallGraph {
70
}
71
72
cached
73
- private predicate locallyReturnedFunction(DataFlow::FunctionNode outer, DataFlow::FunctionNode inner) {
+ private predicate locallyReturnedFunction(
74
+ DataFlow::FunctionNode outer, DataFlow::FunctionNode inner
75
+ ) {
76
inner.flowsTo(outer.getAReturn())
77
78
0 commit comments