pub fn parse_similar_code_candidate_snapshot(
snapshot_json: &[u8],
candidate_id: &str,
) -> Result<SimilarCodeCandidateSnapshot, ProgrammaticError>Expand description
Validate one inline bounded candidate snapshot.
ยงErrors
Returns an error for oversized, malformed, or identity-mismatched input.