Function diff_xvc_path_metadata

Source
pub fn diff_xvc_path_metadata(
    xvc_root: &XvcRoot,
    stored_xvc_path_store: &XvcStore<XvcPath>,
    stored_xvc_metadata_store: &XvcStore<XvcMetadata>,
    pmm: &XvcPathMetadataMap,
) -> DiffStore2<XvcPath, XvcMetadata>
Expand description

Compare the records and the actual info from pmm to find the differences in paths. This is used to detect changes between actual paths and our records. New entities are created for those paths missing from the records.