get_change_impact
Analyze direct and transitive dependents of a symbol to assess change impact in your codebase, helping you understand the ripple effects before making modifications.
Instructions
Impact analysis: direct + transitive dependents of a symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| project | No | Project name/path (default: active). | |
| max_direct | No | 0=all. | |
| max_transitive | No | 0=all. | |
| max_total_chars | No | Default 50000. |