trace_path
Trace call paths from a symbol in your codebase, identifying upstream callers or downstream callees to a specified depth.
Instructions
Trace all call paths from a symbol (upstream callers or downstream callees).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Symbol name | |
| direction | No | up=callers, down=callees | down |
| max_depth | No | Maximum traversal depth (default 5) | |
| project_id | Yes | Project ID |