mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
import default
|
|
|
|
from BasicBlock b, int i, ControlFlowNode n
|
|
where
|
|
b.getNode(i) = n and
|
|
b.getLocation().getFile().(CompilationUnit).fromSource()
|
|
select b, i, n
|