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

Method find

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

Source from the content-addressed store, hash-verified

1144 // not present.
1145 template <typename K>
1146 iterator find(const K &key) {
1147 return internal_end(internal_find(key));
1148 }
1149 template <typename K>
1150 const_iterator find(const K &key) const {
1151 return internal_end(internal_find(key));

Callers 7

parse_bitsMethod · 0.45
get_splitMethod · 0.45
get_nameMethod · 0.45
for_each_pairFunction · 0.45
get_typeMethod · 0.45
get_range_forMethod · 0.45
get_client_rangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected