MCPcopy Index your code
hub / github.com/douchuan/algorithm / is_empty

Method is_empty

src/tree/binary/tree.rs:22–24  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

20 }
21
22 pub fn is_empty(&self) -> bool {
23 self.root.is_none()
24 }
25}
26
27impl<K, V> Default for Tree<K, V> {

Callers 4

iterateMethod · 0.45
visitorMethod · 0.45
keysMethod · 0.45
expand_sharpFunction · 0.45

Calls 1

is_noneMethod · 0.80

Tested by

no test coverage detected