Function evaluate_familiarity_rows
pub fn evaluate_familiarity_rows(
threshold: f64,
rows: &[CodeFamiliarityRow],
) -> Vec<GateViolation>Expand description
Pure inner comparison for the code_familiarity_min gate.
Public so callers that already hold the familiarity rows (the check
command reads the measured percentage for its ledger record from the
same rows) can evaluate without re-running the analysis.