type_flows
Trace type propagation across function call edges to reveal dominant types in data pipelines. Get typed data-flow edges, frequency rankings, and typed-to-untyped ratios. Helps reduce LLM token consumption and agentic search time.
Instructions
Trace how types flow through the codebase along call edges. Shows which types dominate the data pipeline and how they propagate between functions. Returns all typed data-flow edges, dominant types ranked by frequency, and counts of typed vs untyped call edges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||