pub fn select_similar_code_candidate_snapshot(
candidate_json: &[u8],
candidate_id: &str,
) -> Result<SimilarCodeCandidateSnapshot, ProgrammaticError>Expand description
Select one bounded candidate snapshot from raw discovery JSON.
ยงErrors
Returns an error for oversized or malformed discovery JSON, duplicate candidate identities, or an unknown requested candidate.