codegraph_callers
Identify all calling functions for a symbol, returning file paths and line numbers. Use the symbol ID from codegraph_search to trace dependencies and assess impact.
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). |