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

Method hash

atomic-repository/src/record/assemble.rs:249–251  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

247 /// Get the change hash.
248 #[must_use]
249 pub fn hash(&self) -> &Hash {
250 &self.hash
251 }
252
253 /// Get the recording statistics.
254 #[must_use]

Calls

no outgoing calls