Expand description
Code for reading process flows file
Structs§
Constants§
Functions§
- check_
flows_ 🔒primary_ output - Check the flows are correct for the specified primary output (or lack thereof)
- infer_
primary_ 🔒output - Infer the primary output.
- read_
process_ flows - Read process flows from a CSV file
- read_
process_ 🔒flows_ from_ iter - Read ‘ProcessFlowRaw’ records from an iterator and convert them into ‘ProcessFlow’ records.
- validate_
flows_ 🔒and_ update_ primary_ output