get_blast_radius
Analyze which functions break or depend on a changed symbol to assess code change impact.
Instructions
Find all functions transitively affected if a symbol is changed.
Shows direct and indirect callers (what breaks) and dependencies (what it relies on).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | path relative to the repo root | |
| symbol_name | Yes | name of the function/method to analyze |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |