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

Method last_key

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

Source from the content-addressed store, hash-verified

78 /// Get the last key in the node.
79 #[inline]
80 pub fn last_key(&self) -> Option<&K> {
81 self.keys.last()
82 }
83
84 /// Check if the keys vector is empty.
85 #[inline]

Callers 1

check_node_invariantsMethod · 0.80

Calls 1

lastMethod · 0.80

Tested by

no test coverage detected