pub fn verify_indexes(
store: &dyn AccumulatorStore,
indexes: Arc<IndexStore>,
) -> Result<()>
Expand description
This is a very expensive function that verifies some of the secondary indexes. This is done by iterating through the live object set and recalculating these secodary indexes.