mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
8 lines
213 B
Plaintext
8 lines
213 B
Plaintext
import python
|
|
import Util
|
|
|
|
from ClassMethodObject cm, CallNode call
|
|
where call = cm.getACall()
|
|
select locate(call.getLocation(), "lp"), cm.getFunction().toString(),
|
|
cm.(ControlFlowNode).getLocation().toString()
|