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

Method with_all

atomic-cli/src/commands/record/mod.rs:269–272  ·  view source on GitHub ↗

Builder: set the --all flag.

(mut self, all: bool)

Source from the content-addressed store, hash-verified

267
268 /// Builder: set the --all flag.
269 pub fn with_all(mut self, all: bool) -> Self {
270 self.all = all;
271 self
272 }
273
274 /// Builder: set files to record.
275 pub fn with_files<I, S>(mut self, files: I) -> Self

Callers 6

build_optionsMethod · 0.45
test_record_with_allFunction · 0.45
test_record_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_record_with_allFunction · 0.36
test_record_cloneFunction · 0.36