Skip to main content

empty_as_of

Function empty_as_of 

Source
fn empty_as_of(complete_below: Timestamp) -> Timestamp
Expand description

The timestamp an answer holds as of, given a view complete strictly below complete_below.

Both callers derive complete_below from a timestamp strictly above the subscribe’s as_of, so it is never Timestamp::MIN and the saturating fallback is unreachable.