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

Function decodeKey

fdbserver/workloads/DiskDurabilityTest.actor.cpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 return bigEndian64(*(int64_t*)k.begin());
60 }
61 int64_t decodeKey(KeyRef k) const { return decodeValue(k.removePrefix(range.begin)); }
62
63 static void encodePage(uint8_t* page, int64_t value) {
64 int64_t* ipage = (int64_t*)page;

Callers 7

createSetMutationMethod · 0.85
createClearMutationMethod · 0.85
getMethod · 0.85
ConfigKnobs.cppFile · 0.85
decodeFailureTestFunction · 0.85
getMethod · 0.85
createConfigMutationMethod · 0.85

Calls 2

decodeValueFunction · 0.70
removePrefixMethod · 0.45

Tested by

no test coverage detected