Find callers of a symbol
who_callsFind every caller of a symbol by following the call graph, nearest first. Helps assess change impact and locate code dependencies.
Instructions
Every symbol that reaches this one through the call graph, nearest first. This is the question grep answers badly: it finds the name, not the callers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | ||
| depth | No | How many call hops to follow (default 1) | |
| symbol | Yes | Symbol name, bare or qualified |