mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +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, i, n
|