fn_impact
Analyze how changes to a function affect upstream callers: identify all dependent call sites up to a configurable depth.
Instructions
Analyze the impact of changing a function: find all upstream callers affected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Function/symbol name to analyze | |
| max_depth | No | Maximum caller depth (default 5) | |
| project_id | Yes | Project ID |