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