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

Method submit_transaction

src/test/ObjectMap/KeyValueDBMemory.h:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 int submit_transaction(Transaction trans) override {
166 return static_cast<TransactionImpl_*>(trans.get())->complete();
167 }
168
169 uint64_t get_estimated_size(std::map<std::string,uint64_t> &extras) override {
170 uint64_t total_size = 0;

Callers 1

writeFunction · 0.45

Calls 2

completeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected