mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
import python
|
|
import Util
|
|
|
|
from ControlFlowNode f, ControlFlowNode x
|
|
|
|
where
|
|
f.refersTo(theNoneObject(), _, x)
|
|
|
|
select locate(f.getLocation(), "abcdghijklmopqr"), f.toString(), x.getLocation().getStartLine()
|