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

Method binary

atomic-core/src/record/workflow/graph_op/options.rs:123–126  ·  view source on GitHub ↗
(mut self)

Source from the content-addressed store, hash-verified

121 /// ```
122 #[must_use]
123 pub fn binary(mut self) -> Self {
124 self.encoding = None;
125 self
126 }
127
128 /// Set the number of context lines.
129 ///

Callers 1

test_options_binaryFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_options_binaryFunction · 0.36