Clear the revert information
(&mut self)
| 592 | |
| 593 | /// Clear the revert information |
| 594 | pub fn clear_revert(&mut self) { |
| 595 | self.revert = None; |
| 596 | self.touch(); |
| 597 | } |
| 598 | |
| 599 | /// Set the summary |
| 600 | pub fn set_summary(&mut self, summary: SessionSummary) { |
no test coverage detected