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

Method with_include_untracked

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

Builder: set the include-untracked flag.

(mut self, include: bool)

Source from the content-addressed store, hash-verified

257
258 /// Builder: set the include-untracked flag.
259 pub fn with_include_untracked(mut self, include: bool) -> Self {
260 self.include_untracked = include;
261 self
262 }
263
264 /// Builder: set the keep flag.
265 pub fn with_keep(mut self, keep: bool) -> Self {

Callers 3

test_stash_builder_chainFunction · 0.80
test_stash_cloneFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_stash_builder_chainFunction · 0.64
test_stash_cloneFunction · 0.64