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

Method get_leaf

rust/src/get_operations.rs:233–235  ·  view source on GitHub ↗
(&self, id: NodeId)

Source from the content-addressed store, hash-verified

231 /// Get a reference to a leaf node in the arena.
232 #[inline]
233 pub fn get_leaf(&self, id: NodeId) -> Option<&LeafNode<K, V>> {
234 self.leaf_arena.get(id)
235 }
236
237 /// Get a mutable reference to a leaf node in the arena.
238 #[inline]

Callers 15

getMethod · 0.80
get_leaf_nextMethod · 0.80
is_node_underfullMethod · 0.80
rebalance_childMethod · 0.80
check_node_invariantsMethod · 0.80
collect_leaf_sizesMethod · 0.80
print_nodeMethod · 0.80
len_recursiveMethod · 0.80
find_leaf_for_keyMethod · 0.80
newMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected