pub fn audit_journal_findings(
db: &Database,
journal: &[u8],
source: &Source,
) -> Vec<Finding>Expand description
Audit a rollback -journal and convert each design-§6 observation to the
canonical Finding under source, ready to merge into a Report. The
additive counterpart to audit_findings for the journal sidecar.