mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
5 lines
102 B
Plaintext
5 lines
102 B
Plaintext
import python
|
|
|
|
from StringLiteral s
|
|
select s.getLocation().getStartLine(), s.getText(), s.getPrefix()
|