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

Function keyRefToVersion

fdbclient/MutationLogReader.actor.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34Version keyRefToVersion(KeyRef key, int prefixLen) {
35 return (Version)bigEndian64(*((uint64_t*)key.substr(prefixLen).begin()));
36}
37
38} // namespace
39

Callers 3

consumeMethod · 0.85
getNext_implMethod · 0.85

Calls 2

substrMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected