[][src]Function solana_runtime::snapshot_utils::verify_snapshot_archive

pub fn verify_snapshot_archive<P, Q, R>(
    snapshot_archive: P,
    snapshots_to_verify: Q,
    storages_to_verify: R,
    compression: CompressionType
) where
    P: AsRef<Path>,
    Q: AsRef<Path>,
    R: AsRef<Path>,