Set the recorded content hash.
(&mut self, hash: Hash)
| 366 | |
| 367 | /// Set the recorded content hash. |
| 368 | pub fn set_recorded_hash(&mut self, hash: Hash) { |
| 369 | self.recorded_hash = Some(hash); |
| 370 | } |
| 371 | |
| 372 | /// Set the current content hash. |
| 373 | pub fn set_current_hash(&mut self, hash: Hash) { |
no outgoing calls