Shortest call path between two symbols
path_betweenTrace how control flows from one symbol to another in a codebase, revealing execution paths like from an HTTP handler to a database write.
Instructions
How control actually flows from one symbol to another — e.g. from an HTTP handler to a database write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| repo | No | ||
| maxDepth | No |