get_call_path
Trace the call path between two functions using BFS, revealing the sequence of function calls in a code graph.
Instructions
Find call path between two functions using BFS.
Requires call edges in the graph (populated by summarize_function()).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | Maximum search depth (default: 10, max: 100) | |
| to_function | Yes | Target function | |
| from_function | Yes | Start function | |
| workspace_path | No | Target workspace (default: last configured) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |