MCPcopy Create free account
hub / github.com/facebook/CacheLib / wasCleanShutDown

Method wasCleanShutDown

cachelib/allocator/NvmCacheState.cpp:145–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143bool NvmCacheState::shouldDropNvmCache() const { return shouldDropNvmCache_; }
144
145bool NvmCacheState::wasCleanShutDown() const { return wasCleanshutDown_; }
146
147time_t NvmCacheState::getCreationTime() const { return creationTime_; }
148

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64