MCPcopy 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_firstMethod · 0.45
getMethod · 0.45
get_keysMethod · 0.45
verifyFunction · 0.45
mainFunction · 0.45
completeMethod · 0.45
~TransactionImpl_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected