MCPcopy Create free account
hub / github.com/KentBeck/BPlusTree3 / keys_is_empty

Method keys_is_empty

rust/src/node.rs:86–88  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

84 /// Check if the keys vector is empty.
85 #[inline]
86 pub fn keys_is_empty(&self) -> bool {
87 self.keys.is_empty()
88 }
89
90 /// Get the number of keys.
91 #[inline]

Callers 1

check_node_invariantsMethod · 0.80

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected