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

Method with_all

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

Builder: set the --all flag.

(mut self, all: bool)

Source from the content-addressed store, hash-verified

275
276 /// Builder: set the --all flag.
277 pub fn with_all(mut self, all: bool) -> Self {
278 self.all = all;
279 self
280 }
281
282 /// Builder: set files to record.
283 pub fn with_files<I, S>(mut self, files: I) -> Self

Callers 12

build_optionsMethod · 0.45
test_record_with_allFunction · 0.45
test_record_cloneFunction · 0.45
record_allFunction · 0.45
remediation_reportFunction · 0.45
report_with_intentFunction · 0.45
review_gate_reportFunction · 0.45

Calls

no outgoing calls