get_callees
Trace all functions, methods, or symbols called by a target symbol to map dependencies and understand code flow.
Instructions
Find all functions, methods, or symbols called by the target symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of callees to return. Defaults to 20, capped at 100. | |
| query | Yes | The name of the symbol whose calls you want to trace. |