Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KentBeck/BPlusTree3
/ keys_len
Method
keys_len
rust/src/node.rs:92–94 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
90
/// Get the number of keys.
91
#[inline]
92
pub fn keys_len(&self) -> usize {
93
self.keys.len()
94
}
95
96
/// Get the number of values.
97
#[inline]
Callers
5
check_node_invariants
Method · 0.80
collect_leaf_sizes
Method · 0.80
try_get_next_item
Method · 0.80
next
Method · 0.80
len
Method · 0.80
Calls
1
len
Method · 0.45
Tested by
no test coverage detected