import_snapshot_archive

Function import_snapshot_archive 

Source
pub(crate) fn import_snapshot_archive(
    store: &mut AtlasStore,
    archive_path: &Path,
    required_digest: Option<&str>,
    trusted_public_key: Option<&Path>,
) -> Result<SnapshotImportReport, CliError>
Expand description

Validate one archive completely, then publish through the database boundary.