Recompute the content hash from the current node state.
(&self)
| 361 | |
| 362 | /// Recompute the content hash from the current node state. |
| 363 | pub fn compute_content_hash(&self) -> String { |
| 364 | content_hash(&self.hashing_value()) |
| 365 | } |
| 366 | |
| 367 | /// The value used for the substance hash: the reviewable definition with all |
| 368 | /// review state removed. Delegates to [`crate::proof::substance_view`]. |