mirror of
https://github.com/github/codeql.git
synced 2026-02-09 19:51:07 +01:00
4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
import ql
|
|
|
|
query AstNode getTarget(Call call) { result = call.getTarget() }
|