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

Method is_whitespace

atomic-core/src/crdt/leaf.rs:220–222  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

218 /// Returns `true` if this is a whitespace token.
219 #[inline]
220 pub fn is_whitespace(&self) -> bool {
221 self.kind.is_whitespace()
222 }
223
224 /// Sets the leaf's state.
225 pub fn set_state(&mut self, state: LeafState) {

Callers 2

tokenizeFunction · 0.45
container_open_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected