pub fn handler_site_already_minimal(
failures: &HashMap<FailureKey, InvariantFuzzError>,
site: (Address, FixedBytes<4>),
candidate_len: usize,
) -> boolExpand description
True iff there is already a HandlerAssertionFailure for site no longer than
candidate_len. Used to skip inserting a not-strictly-shorter repro.