Set the current content hash.
(&mut self, hash: Hash)
| 371 | |
| 372 | /// Set the current content hash. |
| 373 | pub fn set_current_hash(&mut self, hash: Hash) { |
| 374 | self.current_hash = Some(hash); |
| 375 | } |
| 376 | |
| 377 | /// Set additional details. |
| 378 | pub fn set_details(&mut self, details: String) { |
no outgoing calls