Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KentBeck/BPlusTree3
/ first_key
Method
first_key
rust/src/node.rs:74–76 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
72
/// Get the first key in the node.
73
#[inline]
74
pub fn first_key(&self) -> Option<&K> {
75
self.keys.first()
76
}
77
78
/// Get the last key in the node.
79
#[inline]
Callers
4
borrow_from_right_leaf_with_ids
Method · 0.80
check_node_invariants
Method · 0.80
insert
Method · 0.80
insert_into_leaf
Method · 0.80
Calls
1
first
Method · 0.80
Tested by
no test coverage detected