Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
verify
Function · 0.45
validate_iterator
Method · 0.45
TEST_P
Function · 0.45
get_split_quality
Method · 0.45
TEST_P
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected