Get the current entry in the leaf node.
(&self)
| 242 | |
| 243 | /// Get the current entry in the leaf node. |
| 244 | fn leaf_entry(&self) -> usize { |
| 245 | self.entry[self.size - 1].into() |
| 246 | } |
| 247 | |
| 248 | /// Is this path pointing to the first entry in the tree? |
| 249 | /// This corresponds to the smallest key. |
no outgoing calls
no test coverage detected