Function tvix_castore::import::archive::ingest_archive
source ยท pub async fn ingest_archive<BS, DS, R>(
blob_service: BS,
directory_service: DS,
archive: Archive<R>,
) -> Result<Node, IngestionError<Error>>
Expand description
Ingests elements from the given tar Archive
into a the passed BlobService
and
DirectoryService
.