You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Caveat: this is not a feature we should build this month, just a thought I had that I wanted to capture because I think it could be relevant after a few iterations on call graph and call graph enrichment.
Idea: We're starting with a call graph foundation which shows inter-procedural relationships (between functions). At some point, it would be cool to have a control flow graph to also include information about intra-procedural relationships (e.g. logical branching within functions) as well. This would align nicely with the enrichment we want to do per function.
Caveat: this is not a feature we should build this month, just a thought I had that I wanted to capture because I think it could be relevant after a few iterations on call graph and call graph enrichment.
Idea: We're starting with a call graph foundation which shows inter-procedural relationships (between functions). At some point, it would be cool to have a control flow graph to also include information about intra-procedural relationships (e.g. logical branching within functions) as well. This would align nicely with the enrichment we want to do per function.