Function list_all_epochs

Source
pub async fn list_all_epochs(
    object_store: Arc<DynObjectStore>,
) -> Result<Vec<u64>>
Expand description

Finds all epochs in the store and returns them as a sorted list.