pub fn store_restored(
original_id: ObjectID,
version: u64,
storage_id: ObjectID,
) -> (Key, Value)Expand description
Like store, but for rows written by the live-set restore at
the anchor checkpoint: the publish checkpoint is left unset (a
restore floor), marking a version that was published before the
available window. A checkpoint-bounded read treats such a version
as having always existed.