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

Function addMutation

fdbserver/StorageCache.actor.cpp:1044–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042
1043template <class T>
1044void addMutation(T& target, Version version, MutationRef const& mutation) {
1045 target.addMutation(version, mutation);
1046}
1047
1048template <class T>
1049void addMutation(Reference<T>& target, Version version, MutationRef const& mutation) {

Callers 7

clearMethod · 0.70
setMethod · 0.70
setMethod · 0.70
clearMethod · 0.70
Future<Void> convertFunction · 0.50

Calls 1

addMutationMethod · 0.45

Tested by 4

clearMethod · 0.56
setMethod · 0.56
setMethod · 0.56
clearMethod · 0.56