mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
import TestUtilities.dataflow.callGraphConfig
|
|
|
|
from DataFlow::Node source
|
|
where
|
|
CallGraphConfig::isSource(source) and
|
|
exists(source.getLocation().getFile().getRelativePath())
|
|
select source
|