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

Method init_child

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

Source from the content-addressed store, hash-verified

529 c->set_position(i);
530 }
531 void init_child(int i, btree_node *c) {
532 set_child(i, c);
533 c->set_parent(this);
534 }
535 // Returns the position of the first value whose key is not less than k.
536 template <typename K>
537 SearchResult<int, is_key_compare_to::value> lower_bound(

Callers 5

splitMethod · 0.80
swapMethod · 0.80
rebalance_or_splitMethod · 0.80

Calls 1

set_parentMethod · 0.80

Tested by

no test coverage detected