mirror of
https://github.com/github/codeql.git
synced 2026-02-15 06:23:42 +01:00
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
import default
|
|
|
|
from BasicBlock b, ControlFlowNode n, int i
|
|
where
|
|
b.getNode(i) = n and
|
|
b.getEnclosingCallable().getFile().(CompilationUnit).fromSource()
|
|
select b, i, n
|