mirror of
https://github.com/github/codeql.git
synced 2026-03-01 05:13:41 +01:00
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
import default
|
|
|
|
from BasicBlock b, ControlFlowNode n, int i
|
|
where b.getNode(i) = n
|
|
and b.getFile().(CompilationUnit).fromSource()
|
|
select b, n, i
|