mirror of
https://github.com/github/codeql.git
synced 2026-02-12 13:11:20 +01:00
8 lines
149 B
Plaintext
8 lines
149 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
|