Skip to main content

winning_candidate

Function winning_candidate 

Source
pub fn winning_candidate(
    candidates: &[TuneCandidateResult],
) -> Option<&TuneCandidateResult>
Expand description

The winner a verdict of ApplyVerdict::Apply refers to.

Re-derived by the same rule evaluate_apply uses, so the applier and the gate cannot disagree about which candidate won.