Skip to main content

reconstruct

Function reconstruct 

Source
pub fn reconstruct(
    manifest: &Manifest,
    slots: &[Option<Vec<u8>>],
) -> Result<Vec<Vec<u8>>>
Expand description

Reconstruct original data chunks. slots[i] is None when missing.