(&self, reports: impl IntoIterator<Item = VerificationReport>)
| 46 | } |
| 47 | |
| 48 | pub(super) fn record(&self, reports: impl IntoIterator<Item = VerificationReport>) { |
| 49 | write_or_recover(&self.reports).extend(reports); |
| 50 | } |
| 51 | |
| 52 | pub(super) async fn verify_commands( |
| 53 | &self, |
no test coverage detected