mirror of
https://github.com/github/codeql.git
synced 2026-01-14 23:14:59 +01:00
5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
import callGraphConfig
|
|
|
|
from DataFlow::Node source
|
|
where exists(CallGraphConfig cfg | cfg.isSource(source))
|
|
select source |