pub fn audit_bytes(
file_bytes: &[u8],
) -> Result<(ExecutionRecord, Vec<PrefetchAnomaly>), PrefetchError>Expand description
Parse and audit a prefetch file (MAM-compressed or raw SCCA) in one call:
returns the execution evidence and any graded anomalies. This is the headline
entry point.