find_impact
Find all nodes affected by a change to a specific node by tracing incoming imports, calls, extends, and implements edges in reverse, grouped by traversal depth.
Instructions
Blast radius analysis: find all nodes that would be affected if this node changes.
Follows incoming imports, calls, extends, and implements edges in reverse.
Args: node_id: Node ID to analyze impact for. max_depth: Max traversal depth (default 3, max 10). project: Project name.
Returns: List of affected nodes grouped by depth level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| project | No | ||
| max_depth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |