pub(super) fn find_changed_objects(
old_snapshot: &DeploymentSnapshot,
new_snapshot: &DeploymentSnapshot,
) -> BTreeSet<ObjectId>Expand description
Find changed objects by comparing snapshot hashes.
pub(super) fn find_changed_objects(
old_snapshot: &DeploymentSnapshot,
new_snapshot: &DeploymentSnapshot,
) -> BTreeSet<ObjectId>Find changed objects by comparing snapshot hashes.