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

Method complete

src/test/ObjectMap/KeyValueDBMemory.h:143–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 int complete() {
144 for (auto i = on_commit.begin();
145 i != on_commit.end();
146 on_commit.erase(i++)) {
147 (*i)->complete(0);
148 }
149 return 0;
150 }
151
152 ~TransactionImpl_() override {
153 for (auto i = on_commit.begin();

Callers 1

submit_transactionMethod · 0.45

Calls 3

beginMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected