iroh_blobs::provider

Function handle_get_many

Source
pub async fn handle_get_many<H: ErrorHandler>(
    pair: StreamPair<H::R, H::W>,
    store: Store,
    request: GetManyRequest,
) -> Result<()>