Recompute the content hash from the current node state.
(&self)
| 116 | |
| 117 | /// Recompute the content hash from the current node state. |
| 118 | pub fn compute_content_hash(&self) -> String { |
| 119 | content_hash(&self.hashing_value()) |
| 120 | } |
| 121 | } |
| 122 | |
| 123 | /// Lift a memory from its frontmatter spine and markdown body. |
nothing calls this directly
no test coverage detected