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

Method with_default_encoding

atomic-repository/src/record/options.rs:142–145  ·  view source on GitHub ↗
(mut self, encoding: Encoding)

Source from the content-addressed store, hash-verified

140 /// Set the default encoding for new files.
141 #[must_use]
142 pub fn with_default_encoding(mut self, encoding: Encoding) -> Self {
143 self.default_encoding = encoding;
144 self
145 }
146
147 /// Set maximum file size for diffing. Files larger than this are treated as binary.
148 #[must_use]

Callers 2

to_assembly_optionsMethod · 0.45

Calls

no outgoing calls

Tested by 1