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

Method raw_key

src/test/ObjectMap/KeyValueDBMemory.cc:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 pair<string,string> raw_key() override {
144 if (valid())
145 return (*it).first;
146 else
147 return make_pair("", "");
148 }
149
150 pair<string_view,string_view> raw_key_as_sv() override {
151 if (valid())

Callers 13

traverseMethod · 0.45
existsMethod · 0.45
build_size_histogramMethod · 0.45
copy_store_toMethod · 0.45
update_paxosFunction · 0.45
mainFunction · 0.45
validate_db_clearMethod · 0.45
validate_db_matchMethod · 0.45
validate_iteratorMethod · 0.45
clearMethod · 0.45
print_iteratorMethod · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected