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

Method skip_binary

atomic-core/src/record/workflow/record/options.rs:165–168  ·  view source on GitHub ↗
(mut self, skip: bool)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls