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