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

Method with_message

atomic-cli/src/commands/stash.rs:253–256  ·  view source on GitHub ↗

Builder: set the message.

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

Source from the content-addressed store, hash-verified

251
252 /// Builder: set the message.
253 pub fn with_message(mut self, message: impl Into<String>) -> Self {
254 self.message = Some(message.into());
255 self
256 }
257
258 /// Builder: set the include-untracked flag.
259 pub fn with_include_untracked(mut self, include: bool) -> Self {

Callers 3

test_stash_with_messageFunction · 0.45
test_stash_builder_chainFunction · 0.45
test_stash_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_stash_with_messageFunction · 0.36
test_stash_builder_chainFunction · 0.36
test_stash_cloneFunction · 0.36