mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
import python
|
|
import Util
|
|
private import LegacyPointsTo
|
|
|
|
from ClassMethodObject cm, CallNode call
|
|
where call = cm.getACall()
|
|
select locate(call.getLocation(), "lp"), cm.getFunction().toString(),
|
|
cm.(ControlFlowNode).getLocation().toString()
|