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

Method with_skip_binary

atomic-repository/src/record/options.rs:171–174  ·  view source on GitHub ↗
(mut self, skip: bool)

Source from the content-addressed store, hash-verified

169 /// Set whether to skip binary files.
170 #[must_use]
171 pub fn with_skip_binary(mut self, skip: bool) -> Self {
172 self.skip_binary = skip;
173 self
174 }
175
176 /// Set whether to record empty files.
177 #[must_use]

Callers 2

test_options_skip_binaryFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_options_skip_binaryFunction · 0.36