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

Method set_count

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

Source from the content-addressed store, hash-verified

466 const slot_type *slot(int i) const { return GetField<&leaf_fields::values>() + i; }
467 void set_position(field_type v) { GetField<&base_fields::position>() = v; }
468 void set_count(field_type v) { GetField<&base_fields::count>() = v; }
469 // This method is only called by the node init methods.
470 void set_max_count(field_type v) { GetField<&base_fields::max_count>() = v; }
471

Callers 5

init_leafMethod · 0.80
splitMethod · 0.80
mergeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected