pub fn review_similar_code(
candidate_json: &[u8],
verdict_json: &[u8],
require_verdict_for_each_candidate: bool,
) -> Result<SimilarCodeReviewOutput, ProgrammaticError>Expand description
Join immutable candidate JSON with a separately authored verdict document.
ยงErrors
Returns a fail-closed error for malformed envelopes, invalid judgment implications, duplicate or stale verdicts, or missing required verdicts.