Skip to main content

deserialize_pages

Function deserialize_pages 

Source
pub fn deserialize_pages(
    blobs: &dyn BlobStore,
    digest: &Digest256,
) -> Result<DeserializedCache>
Expand description

Inverse of serialize_pages. Loads the PageManifest at digest, fetches every K/V blob, and yields (ix, PageBytes) pairs in canonical order along with the logical-seqs and metadata needed to rebuild the engine’s page table.