-
Name: Suchan Park From the README, it seems I have to fill out If I have another idea, am I allowed not to fill out this function? |
Beta Was this translation helpful? Give feedback.
Answered by
Re-st
May 6, 2024
Replies: 1 comment
-
The answer will be updated if I can give more hints. |
Beta Was this translation helpful? Give feedback.
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
let is_recursive f callgraph
checks if f (a function) is recursive.is_recursive
is expected to usecallgraph
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.