get_callees
Find all functions and methods called by a specific symbol. Trace dependencies to understand code structure and impact.
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. |