tldr_calls
Build a cross-file call graph originating from a specified function to visualize code dependencies and understand project structure.
Instructions
Build cross-file call graph starting from a function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project path (absolute) | |
| symbol | Yes | Function name |