MCPcopy Create free account
hub / github.com/baidu/tera / CommitRowTransaction

Method CommitRowTransaction

src/sdk/table_impl.cc:2332–2332  ·  view source on GitHub ↗

提交事务

Source from the content-addressed store, hash-verified

2330
2331/// 提交事务
2332void TableImpl::CommitRowTransaction(Transaction* transaction) { transaction->Commit(); }
2333
2334std::string CounterCoding::EncodeCounter(int64_t counter) {
2335 char counter_buf[sizeof(int64_t)];

Callers 2

CommitRowTxnOpFunction · 0.45
mainFunction · 0.45

Calls 1

CommitMethod · 0.45

Tested by

no test coverage detected