-
Type: Improvement
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Execution Team 2023-02-06
checkCollectionUUIDMismatch takes a CollectionPtr but it only actually needs access to the underlying Collection *. We should change the interface to take a const Collection * to make it usable from places that don't have a CollectionPtr.