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

Method with_message

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

Builder: set the message.

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls