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

Method getLastGrvTime

fdbclient/NativeAPI.actor.cpp:337–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337double DatabaseContext::getLastGrvTime() {
338 if (sharedStatePtr) {
339 MutexHolder mutex(sharedStatePtr->mutexLock);
340 return sharedStatePtr->grvCacheSpace.lastGrvTime;
341 }
342 return lastGrvTime;
343}
344
345Reference<StorageServerInfo> StorageServerInfo::getInterface(DatabaseContext* cx,
346 StorageServerInterface const& ssi,

Callers 2

getReadVersionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected