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

Method writeKeyValue

fdbserver/storageserver.actor.cpp:9076–9079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 2

setMethod · 0.65
expectedSizeMethod · 0.45

Tested by

no test coverage detected