pub fn store(
id: ObjectID,
checkpoint: u64,
version: SequenceNumber,
) -> (Key, Value)Expand description
Build the (Key, Value) pair recording that, as of checkpoint,
the object id’s final version was version. Written by tip
indexing and backfill; from_restore is left unset so these (the
common case) pay no extra bytes.