import_tar_objects

Function import_tar_objects 

Source
pub async fn import_tar_objects(
    repo: &Repo,
    src: impl AsyncRead + Send + Unpin + 'static,
) -> Result<String>
Expand description

Read the contents of a tarball and import the content objects inside. Generates a synthetic commit object referencing them.