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

Method get_message

atomic-repository/src/record/options.rs:348–350  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

346 /// Get the change message.
347 #[must_use]
348 pub fn get_message(&self) -> Option<&str> {
349 self.message.as_deref()
350 }
351
352 /// Get whether to apply after recording.
353 #[must_use]

Callers 1

build_headerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected