What is Data Flow
what is data flow
Data flow is the flow of values through code. Every value has a data flow to it.
Show Solidity example of simple data flow highlighting where a variable goes.
Data flow allows you to track variables in such a way that you can analyze code. In addition, data flow goes beyond simple grepping. Users can understand how variables are utilized, or not utilized.
show Solidity example
show Glider query utilizing data flow
Last updated