Skip to main content

planner_shadow_check

Function planner_shadow_check 

Source
pub fn planner_shadow_check(
    inputs: &PlannerInputs,
) -> Result<AdmissionOutcome, AdmissionDivergence>
Expand description

Run both paths over the same normalized planner inputs and return the authoritative outcome, or a typed AdmissionDivergence on disagreement.

ยงErrors

AdmissionDivergence if the shadow circuit disagrees with the reference, or fails to compile/evaluate.