MCPcopy Create free account
hub / github.com/douchuan/algorithm / left_key

Method left_key

src/tree/binary/node.rs:277–279  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

275 }
276
277 pub fn left_key(&self) -> Option<&K> {
278 self.left().get_key()
279 }
280
281 pub fn right_key(&self) -> Option<&K> {
282 self.right().get_key()

Callers 3

predFunction · 0.80
replace_max_by_minFunction · 0.80
setup_new_maxFunction · 0.80

Calls 2

get_keyMethod · 0.80
leftMethod · 0.45

Tested by

no test coverage detected