mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
import python
|
|
|
|
from int line, ControlFlowNode f, Value v
|
|
where
|
|
any(ExprStmt s).getValue() = f.getNode() and
|
|
line = f.getLocation().getStartLine() and
|
|
f.pointsTo(v)
|
|
select line, v
|