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
pub async fn batch_has<S: BlockStore + Send + Sync + 'static>(
store: Arc<S>,
cids: Vec<Cid>,
config: BatchConfig,
) -> BatchResult<(Cid, bool)>Batch check existence with concurrency control