Getter for the parent of this node.
| 496 | |
| 497 | // Getter for the parent of this node. |
| 498 | btree_node* parent() const { return GetField<&base_fields::parent>(); } |
| 499 | // Getter for whether the node is the root of the tree. The parent of the |
| 500 | // root of the tree is the leftmost node in the tree which is guaranteed to |
| 501 | // be a leaf. |
no outgoing calls
no test coverage detected