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

Method get_value_mut

rust/src/node.rs:68–70  ·  view source on GitHub ↗
(&mut self, index: usize)

Source from the content-addressed store, hash-verified

66 /// Get a mutable reference to a value by index.
67 #[inline]
68 pub fn get_value_mut(&mut self, index: usize) -> Option<&mut V> {
69 self.values.get_mut(index)
70 }
71
72 /// Get the first key in the node.
73 #[inline]

Callers 4

get_mutMethod · 0.80
get_mutMethod · 0.80
insertMethod · 0.80
insert_into_leafMethod · 0.80

Calls 1

get_mutMethod · 0.45

Tested by

no test coverage detected