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

Method reset

fdbclient/MultiVersionTransaction.actor.cpp:444–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444void DLTransaction::reset() {
445 api->transactionReset(tr);
446}
447
448ThreadFuture<VersionVector> DLTransaction::getVersionVector() {
449 return VersionVector(); // not implemented

Callers

nothing calls this directly

Calls 5

timer_monotonicFunction · 0.85
trySendErrorMethod · 0.80
clearMethod · 0.65
cancelMethod · 0.65
isValidMethod · 0.45

Tested by

no test coverage detected