Replies: 1 comment 2 replies
-
Hi @JEENB, Thanks for your question. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote a single hop caller callee query to generate call graph.
I realized it does not include all function calls. For example when I constructed the call graph for a file it had incomplete calls. For example when I run the query to generate all calls for handler, it does not return calls to handleCover or downloadFromUrl function. It only gives calls to isWarnmingCall, parse, checkLogin. Could there be a reason why this is the case?
The file I was talking is below.
Beta Was this translation helpful? Give feedback.
All reactions