batch_has

Function batch_has 

Source
pub async fn batch_has<S: BlockStore + Send + Sync + 'static>(
    store: Arc<S>,
    cids: Vec<Cid>,
    config: BatchConfig,
) -> BatchResult<(Cid, bool)>
Expand description

Batch check existence with concurrency control