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

Method valid

src/test/ObjectMap/KeyValueDBMemory.cc:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 bool valid() override {
108 return ready && (it != db->db.end());
109 }
110
111 bool begin() {
112 return ready && (it == db->db.begin());

Callers 15

verifyFunction · 0.45
validate_db_clearMethod · 0.45
validate_db_matchMethod · 0.45
validate_iteratorMethod · 0.45
validate_prefixMethod · 0.45
clearMethod · 0.45
print_iteratorMethod · 0.45
RmKeysByPrefixMethod · 0.45
SetKeysWhileIteratingMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected