codegraph_callers
Find all callers of a code symbol. Supply the symbol ID to get file paths and line numbers of each caller for impact analysis.
Instructions
Find all callers of a symbol — who calls this function? Returns the calling functions with file paths and line numbers. Requires the symbol ID from codegraph_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| symbol_id | Yes | The symbol ID (from codegraph_search). |