Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Method · 0.80
next
Method · 0.80
get
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected