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

Method is_empty

atomic-core/src/crdt/apply/order.rs:322–324  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

320 /// Returns `true` if the sequence is empty.
321 #[inline]
322 pub fn is_empty(&self) -> bool {
323 self.elements.is_empty()
324 }
325
326 /// Returns the element at the given index.
327 #[inline]

Callers 4

find_insert_positionFunction · 0.45
resolve_positionMethod · 0.45
has_conflictsMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected