Set the revert information
(&mut self, revert: SessionRevert)
| 586 | |
| 587 | /// Set the revert information |
| 588 | pub fn set_revert(&mut self, revert: SessionRevert) { |
| 589 | self.revert = Some(revert); |
| 590 | self.touch(); |
| 591 | } |
| 592 | |
| 593 | /// Clear the revert information |
| 594 | pub fn clear_revert(&mut self) { |
no test coverage detected