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

Method with_skip_binary

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

Source from the content-addressed store, hash-verified

162 /// Set whether to skip binary files.
163 #[must_use]
164 pub fn with_skip_binary(mut self, skip: bool) -> Self {
165 self.skip_binary = skip;
166 self
167 }
168
169 /// Set whether to record empty files.
170 #[must_use]

Callers 2

test_options_skip_binaryFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_options_skip_binaryFunction · 0.36