pub fn evaluate_checks_v2(
ctx: &CheckCtx<'_>,
checks: &[Box<dyn Check + '_>],
selection: CheckSelection<'_>,
) -> Result<Vec<CheckEvaluation>, EvaluationError>Expand description
Current-output evaluation: reserve every V2/V3 prediction facet in catalog
order before any selected check evaluates. Historical V1 callers retain
evaluate_checks.