mirror of
https://github.com/github/codeql.git
synced 2026-03-04 06:36:46 +01:00
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
|
|
import python
|
|
|
|
import Util
|
|
|
|
from EssaDefinition def, Variable v
|
|
where v = def.getSourceVariable()
|
|
select locate(def.getLocation(), "abdgk"), v.toString(), def.getAQlClass() |