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

Method default_encoding

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

Source from the content-addressed store, hash-verified

136 /// ```
137 #[must_use]
138 pub fn default_encoding(mut self, encoding: Encoding) -> Self {
139 self.default_encoding = Some(encoding);
140 self
141 }
142
143 /// Set the maximum file size.
144 ///

Callers 3

Calls

no outgoing calls

Tested by 3