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

Function applyMutation

fdbserver/StorageCache.actor.cpp:1788–1790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1786};
1787
1788void applyMutation(StorageCacheUpdater* updater, StorageCacheData* data, MutationRef const& mutation, Version version) {
1789 updater->applyMutation(data, mutation, version);
1790}
1791
1792// Compacts the in-memory VersionedMap, i.e. removes versions below the desiredOldestVersion
1793// TODO revisit if we change the data structure of the VersionedMap

Callers 4

addMutationMethod · 0.70
Future<Void> fetchKeysFunction · 0.70

Calls 1

applyMutationMethod · 0.45

Tested by

no test coverage detected