mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
import python
|
|
|
|
from GlobalVariable v, Name n, ControlFlowNode f
|
|
where v.getId().charAt(0) = "e" and n.uses(v) and f.getNode() = n
|
|
select v.getId()
|