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

Method with_message

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

Builder: set the message.

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls