Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
verify
Function · 0.45
validate_db_clear
Method · 0.45
validate_db_match
Method · 0.45
validate_iterator
Method · 0.45
validate_prefix
Method · 0.45
validate_prefix_backwards
Method · 0.45
clear
Method · 0.45
print_iterator
Method · 0.45
RmKeysByPrefix
Method · 0.45
RmKeysWhileIteratingSnapshot
Method · 0.45
SetKeysWhileIterating
Method · 0.45
SetKeysWhileIteratingSnapshot
Method · 0.45
Calls
1
end
Method · 0.45
Tested by
no test coverage detected