flow
Trace a value's forward dataflow through pointers and aliases to see all downstream destinations.
Instructions
Read-only. Forward value-flow cone from a value/symbol: everything it can reach over VALUE_FLOWS_TO + POINTS_TO, bridging aliases through the heap. Use it to answer 'where does this value go?'; for the reverse (what feeds a sink) use sources_of, and for a yes/no witness between two points use reaches. Returns labeled nodes/edges; a missing path is over-approximation-safe, not proof of none.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | Yes | value/symbol name or graph node id to flow from | |
| limit | No | maximum nodes returned | |
| format | No | text (compact, default) | json (structured result page) |