codegraph_callees
Retrieve every function called by a given symbol, showing file paths and line numbers. Trace call dependencies using a symbol ID from codegraph_search.
Instructions
Find all callees of a symbol — what does this function call? Returns the called 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). |