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

Method fullReset

fdbclient/NativeAPI.actor.cpp:5841–5845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5839}
5840
5841void Transaction::fullReset() {
5842 resetImpl(true);
5843 span = Span(trState->spanContext, "Transaction"_loc);
5844 backoff = CLIENT_KNOBS->DEFAULT_BACKOFF;
5845}
5846
5847int Transaction::apiVersionAtLeast(int minVersion) const {
5848 return trState->cx->apiVersionAtLeast(minVersion);

Callers 3

resetMethod · 0.45
getNext_implMethod · 0.45

Calls 1

SpanClass · 0.85

Tested by

no test coverage detected