Is the current state valid (stored in the cache)?
is_valid(flow, state = "current")
flow | A flow object, e.g. as returned by |
---|---|
state | A flow state. It can be either a valid state
|
A logical value, whether the value can be obtained without triggering computation.
#>is_valid_flow <- is_valid(flowed_fn)