pub async fn verify_result(
policy: &VerificationPolicy,
call: &CapabilityCall,
node: &NodeEventContext,
original: CapabilityCallResult,
self_provider_id: &str,
atlas: &mut AtlasClient,
runtime: &PlanRuntime,
) -> CapabilityCallResultExpand description
Verify a successful result when a rule matches. The verifier call itself goes straight through dispatch and is never recursively verified.