Files
codeql/ql/test/callgraph/callgraph.ql
Erik Krogh Kristensen c8d0384907 add callgraph test
2021-05-29 19:23:58 +00:00

4 lines
93 B
Plaintext

import ql
query AstNode getTarget(Call call) { result = call.getTarget().getDeclaration() }