Hacker News new | ask | show | jobs
by Adamantcheese 2651 days ago
I would have to agree. Find usages along with figuring out where/what variables are or used for will get you a long way. You can also go from the entry point and follow execution order, to the extent that you can.
1 comments

Is it akin to "open definition" on methods? Does it summarize the call graph for you or just jumps you the calls?