Recompute the content hash from the current node state.
(&self)
| 293 | |
| 294 | /// Recompute the content hash from the current node state. |
| 295 | pub fn compute_content_hash(&self) -> String { |
| 296 | content_hash(&self.hashing_value()) |
| 297 | } |
| 298 | } |
nothing calls this directly
no test coverage detected