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

Method first_key

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

Source from the content-addressed store, hash-verified

72 /// Get the first key in the node.
73 #[inline]
74 pub fn first_key(&self) -> Option<&K> {
75 self.keys.first()
76 }
77
78 /// Get the last key in the node.
79 #[inline]

Callers 4

check_node_invariantsMethod · 0.80
insertMethod · 0.80
insert_into_leafMethod · 0.80

Calls 1

firstMethod · 0.80

Tested by

no test coverage detected