mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
import python
|
|
import Util
|
|
private import LegacyPointsTo
|
|
|
|
from ControlFlowNode call, FunctionObject func
|
|
where call = func.getACall()
|
|
select locate(call.getLocation(), "abdglq"), call.toString(), func.getQualifiedName()
|