Recompute the content hash from the current node state.
(&self)
| 123 | |
| 124 | /// Recompute the content hash from the current node state. |
| 125 | pub fn compute_content_hash(&self) -> String { |
| 126 | content_hash(&self.hashing_value()) |
| 127 | } |
| 128 | } |
| 129 | |
| 130 | /// Lift a memory from its frontmatter spine and markdown body. |
nothing calls this directly
no test coverage detected