Skip to main content

verify

Function verify 

Source
pub fn verify(
    input: &JobInput,
    result: &JobResult,
    policy: VerifyPolicy,
) -> VerificationVerdict
Expand description

Verify a result against the job input. Mismatched kinds are rejected (fail closed).