what_it_calls
Trace all functions a symbol calls, transitively, to reveal its true dependencies. Use it to understand unfamiliar code and identify the architectural layer a piece belongs to.
Instructions
Forward call tree: what this symbol depends on, transitively.
Use it to understand an unfamiliar function without reading every file it touches, and to spot the layer a piece of code really sits in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Transitive callee depth | |
| limit | No | ||
| symbol | Yes | Source symbol (name, qualname or id) | |
| min_confidence | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |