| 9074 | } |
| 9075 | |
| 9076 | void StorageServerDisk::writeKeyValue(KeyValueRef kv) { |
| 9077 | storage->set(kv); |
| 9078 | *kvCommitLogicalBytes += kv.expectedSize(); |
| 9079 | } |
| 9080 | |
| 9081 | void StorageServerDisk::writeMutation(MutationRef mutation) { |
| 9082 | if (mutation.type == MutationRef::SetValue) { |
no test coverage detected