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

Method set_encoding

atomic-core/src/crdt/trunk.rs:238–240  ·  view source on GitHub ↗

Sets the trunk's encoding.

(&mut self, encoding: Option<Encoding>)

Source from the content-addressed store, hash-verified

236
237 /// Sets the trunk's encoding.
238 pub fn set_encoding(&mut self, encoding: Option<Encoding>) {
239 self.encoding = encoding;
240 }
241
242 /// Marks the trunk as deleted.
243 pub fn delete(&mut self) {

Callers 3

record_git_diff_add_fastFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected