pub fn audit_carved_findings(
db: &Database,
column_count: usize,
source: &Source,
) -> Vec<Finding>Expand description
Carve deleted records and convert each to a canonical Finding under
source. The per-record confidence is threaded into the finding’s context so
downstream consumers can filter low-confidence recoveries.