get_callers
Identify all functions, methods, or modules that call a given symbol, enabling dependency analysis and impact assessment.
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. |