code.trace
Trace the shortest call path between two functions to reveal dependencies and understand how code flows through a call graph.
Instructions
Trace a call chain from one function to another. Shows the shortest path through the call graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target function name | |
| from | Yes | Source function name | |
| maxDepth | No |