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

Method position

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

Getter for the position of this node in its parent.

Source from the content-addressed store, hash-verified

482
483 // Getter for the position of this node in its parent.
484 field_type position() const { return GetField<&base_fields::position>(); }
485
486 // Getter for the number of values stored in this node.
487 field_type count() const { return GetField<&base_fields::count>(); }

Callers 10

mergeMethod · 0.45
increment_slowMethod · 0.45
decrement_slowMethod · 0.45
rebalance_or_splitMethod · 0.45
internal_lastMethod · 0.45
internal_verifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected