Skip to content
Discussion options

You must be logged in to vote
  • let is_recursive f callgraph checks if f (a function) is recursive.
  • Recursion is when a function calls itself.
  • is_recursive is expected to use callgraph
  • is_recursive is not yet used in any parts of code, but you may use it somewhere.

The answer will be updated if I can give more hints.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by doit-man
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #197 on May 31, 2024 04:53.