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

Method len

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

Source from the content-addressed store, hash-verified

314 /// Returns the number of elements.
315 #[inline]
316 pub fn len(&self) -> usize {
317 self.elements.len()
318 }
319
320 /// Returns `true` if the sequence is empty.
321 #[inline]

Callers 15

content_lenMethod · 0.45
encode_trunk_valueFunction · 0.45
decode_trunk_valueFunction · 0.45
count_branchesMethod · 0.45
count_leavesMethod · 0.45
find_insert_positionFunction · 0.45
insertMethod · 0.45
resolve_positionMethod · 0.45
count_branchesMethod · 0.45
count_leavesMethod · 0.45

Calls

no outgoing calls

Tested by 1