pub fn inspect_similar_code(
options: &SimilarCodeInspectOptions,
) -> Result<SimilarCodeInspectOutput, ProgrammaticError>Expand description
Validate and inspect one exact candidate snapshot without rerunning global provider retrieval or ranking.
ยงErrors
Returns an error when the candidate is stale or source cannot be reproduced.