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

Method message

atomic-core/src/change/change.rs:262–264  ·  view source on GitHub ↗

Get the change message.

(&self)

Source from the content-addressed store, hash-verified

260
261 /// Get the change message.
262 pub fn message(&self) -> &str {
263 &self.hashed.header.message
264 }
265
266 /// Get the change dependencies.
267 pub fn dependencies(&self) -> &[Hash] {

Calls

no outgoing calls