Replies: 1 comment 1 reply
-
Hi @JEENB 👋🏻 Yes, this is possible. We get this question somewhat frequently and there are a number of existing issues with a variety of answers for this. Firstly, the QL documentation has a section on recursion. The exact answer then depends a little on what exactly you want. See e.g. this issue or this one for some suggestions. These should be easily portable to Javascript. Let me know if these pointers are enough or you need more help with this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is there a way I could generate call graph starting from a specific function by tracing all function calls initiated by this function and any subsequent calls made by these functions, recursively?
I wrote a simple query that returns the callee and the caller but not sure how to do this recursively.
Beta Was this translation helpful? Give feedback.
All reactions