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

Method with_keep

atomic-cli/src/commands/remove.rs:161–164  ·  view source on GitHub ↗

Builder: set the keep flag (legacy, now the default).

(mut self, keep: bool)

Source from the content-addressed store, hash-verified

159
160 /// Builder: set the keep flag (legacy, now the default).
161 pub fn with_keep(mut self, keep: bool) -> Self {
162 self.keep = keep;
163 self
164 }
165
166 /// Builder: set the recursive flag.
167 pub fn with_recursive(mut self, recursive: bool) -> Self {

Callers 4

test_remove_with_keepFunction · 0.45
test_remove_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_remove_with_keepFunction · 0.36
test_remove_cloneFunction · 0.36