Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/douchuan/algorithm
/ get_key
Method
get_key
src/tree/binary/node.rs:285–287 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
283
}
284
285
pub fn get_key(&self) -> Option<&'a K> {
286
unsafe { self.node.map(|node| &node.as_ref().key) }
287
}
288
289
pub fn get_entry(&self) -> Option<(&K, Option<&V>)> {
290
unsafe {
Callers
11
insert
Function · 0.80
succ
Function · 0.80
pred
Function · 0.80
is_bst
Function · 0.80
keys
Function · 0.80
put
Function · 0.80
delete
Function · 0.80
left_key
Method · 0.80
right_key
Method · 0.80
pop
Function · 0.80
setup_new_max
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected