get_callers
Retrieve all parent functions, methods, or modules that call a specified symbol to analyze code dependencies and impact.
Instructions
Find all parent functions, methods, or modules that call the target symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of callers to return. Defaults to 20, capped at 100. | |
| query | Yes | The name of the symbol whose callers you want to find. |