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

Method key_comp

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

The key comparator used by the btree.

Source from the content-addressed store, hash-verified

178
179 // The key comparator used by the btree.
180 key_compare key_comp() const { return tree_.key_comp(); }
181 value_compare value_comp() const { return tree_.value_comp(); }
182
183 protected:

Callers 11

_pick_block_afterMethod · 0.80
_pick_block_fitsMethod · 0.80
_add_to_treeMethod · 0.80
_remove_from_treeMethod · 0.80
_try_remove_from_treeMethod · 0.80
_remove_from_treeMethod · 0.80
find_blockMethod · 0.80
_add_to_treeMethod · 0.80
is_free_extentMethod · 0.80
btreeMethod · 0.80
operator=Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected