mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
import utils.test.dataflow.callGraphConfig
|
|
|
|
from DataFlow::Node source
|
|
where
|
|
CallGraphConfig::isSource(source) and
|
|
exists(source.getLocation().getFile().getRelativePath())
|
|
select source
|