Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ begin
Method
begin
src/test/ObjectMap/KeyValueDBMemory.cc:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
bool begin() {
112
return ready && (it == db->db.begin());
113
}
114
115
int prev() override {
116
if (!begin() && ready)
Callers
7
seek_to_first
Method · 0.45
get
Method · 0.45
get_keys
Method · 0.45
verify
Function · 0.45
main
Function · 0.45
complete
Method · 0.45
~TransactionImpl_
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected