Skip to main content

find_changed_objects

Function find_changed_objects 

Source
pub(super) fn find_changed_objects(
    old_snapshot: &DeploymentSnapshot,
    new_snapshot: &DeploymentSnapshot,
) -> BTreeSet<ObjectId>
Expand description

Find changed objects by comparing snapshot hashes.