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

Method include_whitespace

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

Set whether to include whitespace tokens.

(mut self, include: bool)

Source from the content-addressed store, hash-verified

138
139 /// Set whether to include whitespace tokens.
140 pub fn include_whitespace(mut self, include: bool) -> Self {
141 self.include_whitespace = include;
142 self
143 }
144}
145
146// Conversion Statistics

Callers 2

Calls

no outgoing calls

Tested by 2