pub async fn find_duplicates( store: &DedupStore, cid1: &str, cid2: &str, ) -> Vec<[u8; 32]>
Find duplicate chunks between two content items.