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

Method use_replace_ops

atomic-core/src/diff/semantic_to_crdt.rs:128–131  ·  view source on GitHub ↗

Set whether to use Replace operations.

(mut self, use_replace: bool)

Source from the content-addressed store, hash-verified

126
127 /// Set whether to use Replace operations.
128 pub fn use_replace_ops(mut self, use_replace: bool) -> Self {
129 self.use_replace_ops = use_replace;
130 self
131 }
132
133 /// Set the text encoding.
134 pub fn encoding(mut self, encoding: Option<Encoding>) -> Self {

Calls

no outgoing calls