MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / compute_content_hash

Method compute_content_hash

atomic-canonical/src/memory.rs:125–127  ·  view source on GitHub ↗

Recompute the content hash from the current node state.

(&self)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 2

content_hashFunction · 0.85
hashing_valueMethod · 0.45

Tested by

no test coverage detected