find_impact
Identify all code affected by changing a symbol, including direct callers, callees, and transitive impact, to prevent unintended breakage.
Instructions
Find what breaks if you change a symbol.
Returns the blast radius: direct callers, direct callees, and transitive impact. The "what breaks if I change this" query.
Args: repo_path: Absolute path to the repository. If omitted, uses the --repo from server startup. symbol: Symbol ID (e.g. ./src/auth.py:validate_jwt).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | ||
| repo_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |