mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
import python
|
|
|
|
from StrConst s, int bl, int bc, int el, int ec
|
|
where s.getLocation().hasLocationInfo(_, bl, bc, el, ec)
|
|
select bl, bc, el, ec, s.getText() |