path
Find the shortest call path between two symbols in a codebase. Trace function calls from source to target symbol to understand code dependencies.
Instructions
Find the shortest call path between two symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target symbol name | |
| from | Yes | Source symbol name | |
| project_id | Yes | Project ID |