Recompute the content hash from the current node state.
(&self)
| 214 | |
| 215 | /// Recompute the content hash from the current node state. |
| 216 | pub fn compute_content_hash(&self) -> String { |
| 217 | content_hash(&self.hashing_value()) |
| 218 | } |
| 219 | } |
nothing calls this directly
no test coverage detected