pub fn expand_manifest<S>(
source: &S,
root: &ContentHash,
) -> Result<Vec<ManifestObject>, ManifestExpandError>where
S: ManifestNodeSource + ?Sized,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.