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

Function getDurableVersion

fdbserver/QuietDatabase.actor.cpp:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145int64_t getDurableVersion(const TraceEventFields& md) {
146 return boost::lexical_cast<int64_t>(md.getValue("DurableVersion"));
147}
148
149// Computes the popped version lag for tlogs
150int64_t getPoppedVersionLag(const TraceEventFields& md) {

Callers 6

epochEndMethod · 0.85
newRemoteEpochMethod · 0.85
newEpochMethod · 0.85

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected