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

Method with_message

atomic-cli/src/commands/revise.rs:258–261  ·  view source on GitHub ↗

Builder: set the message.

(mut self, message: impl Into<String>)

Source from the content-addressed store, hash-verified

256
257 /// Builder: set the message.
258 pub fn with_message(mut self, message: impl Into<String>) -> Self {
259 self.message = Some(message.into());
260 self
261 }
262
263 /// Builder: set the reword flag.
264 pub fn with_reword(mut self, reword: bool) -> Self {

Calls

no outgoing calls