Skip to main content

persist_package_source

Function persist_package_source 

Source
pub fn persist_package_source(
    manifest: &InstallManifest,
    source_path: &Path,
) -> Result<(), Error>
Expand description

Persists the package source file to the store.

ยงErrors

Returns an error if the source file cannot be copied.