MCPcopy 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

insertFunction · 0.80
succFunction · 0.80
predFunction · 0.80
is_bstFunction · 0.80
keysFunction · 0.80
putFunction · 0.80
deleteFunction · 0.80
left_keyMethod · 0.80
right_keyMethod · 0.80
popFunction · 0.80
setup_new_maxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected