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.
py/meta/points-to-call-graph
1 parent e7264fb commit d47b326Copy full SHA for d47b326
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