Function solana_runtime::snapshot_utils::parse_incremental_snapshot_archive_filename[][src]

pub fn parse_incremental_snapshot_archive_filename(
    archive_filename: &str
) -> Result<(Slot, Slot, Hash, ArchiveFormat)>
Expand description

Parse an incremental snapshot archive filename into its base Slot, actual Slot, Hash, and Archive Format