(&self)
| 682 | } |
| 683 | |
| 684 | pub fn verification_summary_text(&self) -> String { |
| 685 | crate::verification::format_verification_summary(&self.verification_summary()) |
| 686 | } |
| 687 | |
| 688 | pub fn has_pending_verification(&self) -> bool { |
| 689 | matches!( |
nothing calls this directly
no test coverage detected