trace_callees
Trace outgoing dependencies of a function or component to identify calls, types, and components. Use it to determine what to mock for testing or to map the full flow from endpoint to database.
Instructions
Trace what a function/component depends on (outgoing edges). Shows all functions called, types used, and components rendered. Use this to answer: "What do I need to mock to test function X?" or "What is the full flow from this endpoint to the database?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| codebase | Yes | Codebase name (the name you used when calling index_codebase) | |
| symbol | Yes | Fully qualified symbol name or partial name for search | |
| max_depth | No | Maximum traversal depth (default: 5, max: 20) | |
| edge_kinds | No | Filter by edge kind | |
| symbol_kinds | No | Filter by symbol kind |