If there is no current state, e.g. right after make_flow_fn
,
the flow is "not flowing", it is preventing downstream flows
from being computed.
is_current(flow)
flow | A flow object, e.g. as returned by |
---|
A logical value, whether the current state is valid.
#>is_current_flow <- is_current(flowed_fn)