Recompute the contents hash after modifying contents.
(&mut self)
| 255 | |
| 256 | /// Recompute the contents hash after modifying contents. |
| 257 | pub fn finalize(&mut self) { |
| 258 | self.hashed.contents_hash = Hash::of(&self.contents); |
| 259 | } |
| 260 | |
| 261 | /// Get the change message. |
| 262 | pub fn message(&self) -> &str { |
no outgoing calls