Function tvix_store::nar::import::produce_nar_inner

source ·
async fn produce_nar_inner<BS>(
    blob_uploader: &mut ConcurrentBlobUploader<BS>,
    node: Node<'_, '_>,
    path: PathBuf,
    tx: Sender<Result<IngestionEntry, Error>>
) -> Result<IngestionEntry, Error>
where BS: BlobService + Clone + 'static,