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

Method with_ignore_missing

atomic-core/src/record/workflow/options.rs:241–244  ·  view source on GitHub ↗

Set whether to ignore missing files. # Arguments `ignore` - Whether to skip missing files without error

(mut self, ignore: bool)

Source from the content-addressed store, hash-verified

239 ///
240 /// * `ignore` - Whether to skip missing files without error
241 pub fn with_ignore_missing(mut self, ignore: bool) -> Self {
242 self.ignore_missing = ignore;
243 self
244 }
245
246 // Getters
247

Callers 2

test_builder_chainingFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_builder_chainingFunction · 0.64