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

Method get_value

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

Source from the content-addressed store, hash-verified

60 /// Get a value by index.
61 #[inline]
62 pub fn get_value(&self, index: usize) -> Option<&V> {
63 self.values.get(index)
64 }
65
66 /// Get a mutable reference to a value by index.
67 #[inline]

Callers 3

getMethod · 0.80
nextMethod · 0.80
getMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected