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

Method reset

fdbclient/WriteMap.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "fdbclient/WriteMap.h"
22
23void OperationStack::reset(RYWMutation initialEntry) {
24 defaultConstructed = false;
25 singletonOperation = initialEntry;
26 optionalOperations = Optional<std::vector<RYWMutation>>();
27}
28
29void OperationStack::poppush(RYWMutation entry) {
30 if (hasVector()) {

Callers 15

Future<int> cliFunction · 0.45
fdbcli.actor.cppFile · 0.45
commitMethod · 0.45
connectMethod · 0.45
retryMethod · 0.45
_executeMethod · 0.45

Calls 1

clearMethod · 0.65

Tested by 1

commitMethod · 0.36