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

Method key

src/test/ObjectMap/KeyValueDBMemory.cc:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 string key() override {
130 if (valid())
131 return (*it).first.second;
132 else
133 return "";
134 }
135
136 string_view key_as_sv() override {
137 if (valid())

Callers 5

verifyFunction · 0.45
validate_iteratorMethod · 0.45
TEST_PFunction · 0.45
get_split_qualityMethod · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected