Get the current leaf node.
(&self)
| 237 | |
| 238 | /// Get the current leaf node. |
| 239 | fn leaf_node(&self) -> Node { |
| 240 | self.node[self.size - 1] |
| 241 | } |
| 242 | |
| 243 | /// Get the current entry in the leaf node. |
| 244 | fn leaf_entry(&self) -> usize { |
no outgoing calls
no test coverage detected