tldr_impact
Identify all functions that call a given function (reverse call graph). Assess the impact of changing a function by understanding which code paths depend on it.
Instructions
Find all callers of a function (reverse call graph). Use to understand what breaks if you change a function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project path (absolute) | |
| symbol | Yes | Function name to find callers of |