trace_type
Trace data flow of specific types in codebases to identify functions that pass and receive them through call edges.
Instructions
Find all data-flow edges involving a specific type. Shows which functions pass and receive this type through call edges. Use when asked 'where does Tensor flow', 'how is type X passed around', or 'which functions use type X'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_name | Yes | The type to trace (e.g. 'Tensor', 'np.ndarray') |