(&self)
| 678 | |
| 679 | impl AgentResult { |
| 680 | pub fn verification_summary(&self) -> crate::verification::VerificationSummary { |
| 681 | crate::verification::VerificationSummary::from_reports(&self.verification_reports) |
| 682 | } |
| 683 | |
| 684 | pub fn verification_summary_text(&self) -> String { |
| 685 | crate::verification::format_verification_summary(&self.verification_summary()) |
no outgoing calls