MCPcopy Create free account
hub / github.com/apple/foundationdb / commit

Method commit

bindings/c/test/unit/fdb_api.cpp:326–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326EmptyFuture Transaction::commit() {
327 return EmptyFuture(fdb_transaction_commit(tr_));
328}
329
330EmptyFuture Transaction::on_error(fdb_error_t err) {
331 return EmptyFuture(fdb_transaction_on_error(tr_, err));

Callers

nothing calls this directly

Calls 2

EmptyFutureClass · 0.85
fdb_transaction_commitFunction · 0.85

Tested by

no test coverage detected