Replies: 1 comment 2 replies
|
Hi @JEENB, Thanks for your question. |
2 replies
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions