Skip to main content

Module dataflow

Module dataflow 

Source
Expand description

Dataflow retrieval: trace variable origins via tree-sitter heuristics.

Identifies where a variable is defined and modified, using a combination of tree-sitter pattern matching and simple backward-slice heuristics.

Structsยง

DataflowHop
A hop in the dataflow trace.
DataflowOrigin
A dataflow origin: where a value comes from.
DataflowTracer
Traces data flow for a variable up to max_hops hops backward.