mirror of
https://github.com/github/codeql.git
synced 2026-03-31 12:48:17 +02:00
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
import default
|
|
|
|
from ControlFlowNode n
|
|
where n.getEnclosingCallable().getCompilationUnit().fromSource()
|
|
select n, n.getASuccessor()
|