tvix_store::utils

Function construct_services

source
pub async fn construct_services(
    urls: impl Into<ServiceUrls>,
) -> Result<(Arc<dyn BlobService>, Arc<dyn DirectoryService>, Arc<dyn PathInfoService>, Box<dyn NarCalculationService>), Box<dyn Error + Send + Sync>>
Expand description

Construct the store handles from their addrs.