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 352d1a7 + 8af2138 commit 155c146Copy full SHA for 155c146
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