Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KentBeck/BPlusTree3
/ last_key
Method
last_key
rust/src/node.rs:80–82 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
78
/// Get the last key in the node.
79
#[inline]
80
pub fn last_key(&self) -> Option<&K> {
81
self.keys.last()
82
}
83
84
/// Check if the keys vector is empty.
85
#[inline]
Callers
1
check_node_invariants
Method · 0.80
Calls
1
last
Method · 0.80
Tested by
no test coverage detected