find_callers
Identify all call sites of a specific function or method by providing its symbol name, enabling quick analysis of usage across a codebase.
Instructions
Find call sites of a function/method — who calls name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Symbol name to find callers of. Returns direct call sites. | |
| project_root | No | Project root. Auto-detected if omitted. | |
| limit | No | Maximum results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |