read_cell_records

Function read_cell_records 

Source
pub fn read_cell_records(dir: &Path) -> Vec<VerifierCellRecord>
Expand description

Read every *.json cell record under dir (non-recursive). A missing dir or an unparseable record is skipped (best-effort). Returns records in filesystem-iteration order; render_result_table sorts for a deterministic render.