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

Method encoding

atomic-core/src/record/workflow/graph_op/options.rs:107–110  ·  view source on GitHub ↗
(mut self, encoding: Encoding)

Source from the content-addressed store, hash-verified

105 /// ```
106 #[must_use]
107 pub fn encoding(mut self, encoding: Encoding) -> Self {
108 self.encoding = Some(encoding);
109 self
110 }
111
112 /// Set the encoding to None (binary content).
113 ///

Callers 8

globalize_recorded_fileFunction · 0.45
test_options_encodingFunction · 0.45
test_options_binaryFunction · 0.45
test_options_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 7

test_options_encodingFunction · 0.36
test_options_binaryFunction · 0.36
test_options_cloneFunction · 0.36