Files
codeql/python/ql/test/library-tests/PointsTo/new/Call.ql
2025-11-26 12:30:31 +00:00

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()