Return structured verification reports recorded for this session.
(&self)
| 1092 | |
| 1093 | /// Return structured verification reports recorded for this session. |
| 1094 | pub fn verification_reports(&self) -> Vec<crate::verification::VerificationReport> { |
| 1095 | VerificationRuntime::from_session(self).reports() |
| 1096 | } |
| 1097 | |
| 1098 | /// Return a structured summary of all verification reports recorded for this session. |
| 1099 | pub fn verification_summary(&self) -> crate::verification::VerificationSummary { |