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

Method skip_binary

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

Source from the content-addressed store, hash-verified

176 /// ```
177 #[must_use]
178 pub fn skip_binary(mut self, skip: bool) -> Self {
179 self.skip_binary = skip;
180 self
181 }
182
183 /// Set whether to record empty files.
184 ///

Calls

no outgoing calls