codegraph_callees
Find all functions called by a specific symbol, showing their file paths and line numbers. Use the symbol ID from codegraph_search to trace dependencies.
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). |