type_flows
Analyze type propagation across codebases to identify dominant data types and trace their flow through function calls, revealing data pipeline patterns.
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 | |||