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.
2 parents 2976daa + d47b326 commit 8af2138Copy full SHA for 8af2138
python/ql/src/meta/analysis-quality/CallGraph.ql
@@ -16,5 +16,5 @@ from DataFlowCall c, DataFlowCallableValue f
16
where
17
c.getCallable() = f and
18
not c.getLocation().getFile() instanceof IgnoredFile and
19
- not f.getLocation().getFile() instanceof IgnoredFile
+ not f.getScope().getLocation().getFile() instanceof IgnoredFile
20
select c, "Call to $@", f.getScope(), f.toString()
0 commit comments