Find what a symbol calls
find_calleesRetrieve every function and method invoked inside a given symbol to understand its dependencies.
Instructions
Find every function/method called from within a given symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_id | Yes | Exact symbol id from find_definition | |
| graph_path | No | Path to a previously saved graph (default: .codegraph/graph.json) |