| 1786 | }; |
| 1787 | |
| 1788 | void 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 |
no test coverage detected