Comparison Call Graph is one of the interactive graphs Understand can draw of your code — call trees, dependencies, control flow, and more.
Comparison Call Graph
Languages: AnyTargets: Functions
Visualize changes in the call or call-by graph between project versions
This plugin visualizes changes in the call or call-by graph of an entity between two versions of a project. It highlights added, removed, and modified relationships, providing a clear picture of how the entity's interactions have evolved.
The plugin offers several customization options:
- Depth: Control how many levels of relationships to display.
- Mode: Choose between "Call" (outgoing calls) and "CallBy" (incoming calls).
- Display Change Only: Show only changed relationships or the full graph.
- Orientation: Arrange the graph vertically or horizontally.
This visualization helps you understand the impact of changes on an entity's dependencies and interactions within the codebase. By highlighting modifications, it aids in identifying potential issues and facilitates a focused review process during development.
View the Readme file ↗ for setup information
This variant is a plugin. It can be enabled/disabled from the Plugin Manager.