mirror of
https://github.com/github/codeql.git
synced 2026-01-04 18:20:18 +01:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
import python
|
|
|
|
from SsaVariable var
|
|
|
|
select var.getLocation().getFile().getShortName(),
|
|
var, var.getLocation().getStartLine()
|
|
|