Skip to content

Conversation

@prithviraj-1657
Copy link

This PR adds a new script graph_export.py that allows users to export the internal
code relationship graph to a .dot file compatible with Graphviz.

Highlights:

  • Supports filters for node types (functions, classes, etc.)
  • Supports filters for edge labels (calls, inherits, contains)
  • Option to limit the number of exported nodes for large projects
  • Outputs a valid DOT file usable with Graphviz, Gephi, or other visualization tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant