get_change_impact
Analyze the impact of changing a symbol by listing its direct and transitive dependents. Identify all code that would be affected before making a change.
Instructions
Impact analysis: direct + transitive dependents of a symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| max_direct | No | 0=all. | |
| max_transitive | No | 0=all. | |
| max_total_chars | No | Default 50000. | |
| project | No | Project name/path (default: active). |