pub fn store_restored(
id: ObjectID,
checkpoint: u64,
version: SequenceNumber,
) -> (Key, Value)Expand description
Like store, but marks the row as written by the live-set restore
at the anchor checkpoint (from_restore = Some(true)). The
checkpoint-pinned read uses this flag to tell a static object’s
restore floor (the object existed before the available window) apart
from an object created in the anchor checkpoint.