mirror of
https://github.com/github/codeql.git
synced 2026-08-06 10:18:43 +02: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()
|
|
|