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

Method values_len

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

Source from the content-addressed store, hash-verified

96 /// Get the number of values.
97 #[inline]
98 pub fn values_len(&self) -> usize {
99 self.values.len()
100 }
101
102 // ============================================================================
103 // UNSAFE ACCESSOR METHODS FOR PERFORMANCE

Callers 1

check_node_invariantsMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected