MCPcopy Create free account
hub / github.com/ceph/ceph / parent

Method parent

src/include/cpp-btree/btree.h:498–498  ·  view source on GitHub ↗

Getter for the parent of this node.

Source from the content-addressed store, hash-verified

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.

Callers 13

make_rootMethod · 0.45
heightMethod · 0.45
leftmostMethod · 0.45
mergeMethod · 0.45
increment_slowMethod · 0.45
decrement_slowMethod · 0.45
rebalance_or_splitMethod · 0.45
internal_lastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected