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

Method with_skip_binary

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

Source from the content-addressed store, hash-verified

154 /// Set whether to skip binary files.
155 #[must_use]
156 pub fn with_skip_binary(mut self, skip: bool) -> Self {
157 self.skip_binary = skip;
158 self
159 }
160
161 /// Set whether to record empty files.
162 #[must_use]

Callers 2

test_options_skip_binaryFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_options_skip_binaryFunction · 0.36