find_callees_recursive
Trace all functions called directly or indirectly by a specified symbol in C/C++ projects, with configurable depth and result limits.
Instructions
Find all transitive callees — what name calls, directly or indirectly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Symbol name to find transitive callees of. | |
| project_root | No | Project root. Auto-detected if omitted. | |
| max_depth | No | Maximum BFS depth for transitive search (default 5). | |
| limit | No | Maximum results (default 50). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |