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

Method with_message

atomic-cli/tests/push_integration_test.rs:48–51  ·  view source on GitHub ↗
(mut self, message: impl Into<String>)

Source from the content-addressed store, hash-verified

46 }
47
48 fn with_message(mut self, message: impl Into<String>) -> Self {
49 self.message = Some(message.into());
50 self
51 }
52
53 fn has_message(&self) -> bool {
54 self.message.is_some()

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected