fn slot_has_updates(
    slot_meta: &SlotMeta,
    slot_meta_backup: &Option<SlotMeta>
) -> bool
Expand description

Returns a boolean indicating whether a slot has received additional shreds that can be replayed since the previous update to the slot’s SlotMeta.