MCPcopy Create free account
hub / github.com/KentBeck/BPlusTree3 / keys_len

Method keys_len

rust/src/node.rs:92–94  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

90 /// Get the number of keys.
91 #[inline]
92 pub fn keys_len(&self) -> usize {
93 self.keys.len()
94 }
95
96 /// Get the number of values.
97 #[inline]

Callers 5

check_node_invariantsMethod · 0.80
collect_leaf_sizesMethod · 0.80
try_get_next_itemMethod · 0.80
nextMethod · 0.80
lenMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected