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

Method with_keep

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

Builder: set the keep flag.

(mut self, keep: bool)

Source from the content-addressed store, hash-verified

263
264 /// Builder: set the keep flag.
265 pub fn with_keep(mut self, keep: bool) -> Self {
266 self.keep = keep;
267 self
268 }
269
270 /// Builder: set the --all subcommand behavior (alias for include_untracked).
271 pub fn with_all(mut self, all: bool) -> Self {

Callers 2

test_stash_with_keepFunction · 0.45
test_stash_builder_chainFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_stash_with_keepFunction · 0.36
test_stash_builder_chainFunction · 0.36