pub(crate) fn emit_summary_message(
all_accounts: &Vec<AccountConfig>,
failures: Vec<&AccountConfig>,
) -> Result<()>
Expand description
Prepare a human-readable text summary at the end of the audit run. This is important, as errors logged during scanning are likely to be off-screen due to backscroll.