Skip to main content

collect_hashes_with_progress

Function collect_hashes_with_progress 

Source
pub async fn collect_hashes_with_progress<S: Store>(
    tree: &HashTree<S>,
    root: &Cid,
    concurrency: usize,
    progress: Option<&AtomicUsize>,
) -> Result<HashSet<Hash>, HashTreeError>
Expand description

Collect hashes with optional progress tracking