-
Notifications
You must be signed in to change notification settings - Fork 1.9k
-
How to write a query to get Context-Sensitive Call Graph in goland?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Have you tried using the getTarget() and getACallee() methods from DataFlow::CallNode?
See: https://codeql.github.com/docs/codeql-language-guides/codeql-library-for-go/#call-graph
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment