mirror of
https://github.com/github/codeql.git
synced 2026-01-05 18:50:23 +01:00
11 lines
198 B
Plaintext
11 lines
198 B
Plaintext
|
|
import python
|
|
|
|
import Util
|
|
|
|
from ParameterDefinition param, boolean self
|
|
where
|
|
if param.isSelf() then self = true else self = false
|
|
|
|
select locate(param.getLocation(), "g"), param.toString(), self
|