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

Method poppush

fdbclient/WriteMap.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void OperationStack::poppush(RYWMutation entry) {
30 if (hasVector()) {
31 optionalOperations.get().pop_back();
32 optionalOperations.get().push_back(entry);
33 } else
34 singletonOperation = entry;
35}
36
37void OperationStack::push(RYWMutation entry) {
38 if (defaultConstructed) {

Callers 1

coalesceOverMethod · 0.80

Calls 3

getMethod · 0.65
pop_backMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected