mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
import python
|
|
|
|
from SsaVariable var, SsaVariable def
|
|
where def = var.getAnUltimateDefinition()
|
|
select var.getLocation().getFile().getShortName(),
|
|
var.toString(), var.getLocation().getStartLine(), def, def.getLocation().getStartLine()
|