Skip to main content

expand_manifest

Function expand_manifest 

Source
pub fn expand_manifest<S>(
    source: &S,
    root: &ContentHash,
) -> Result<Vec<ManifestObject>, ManifestExpandError>
Expand description

Expand a manifest root into its object set, in canonical plan-key order.

This is the differential-comparison surface: the downstream consumer compares this ordered expansion against its existing membership rows.