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

Method getNvmCacheStateFilePath

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

Source from the content-addressed store, hash-verified

67} // namespace
68
69std::string NvmCacheState::getNvmCacheStateFilePath(
70 folly::StringPiece cacheDir) {
71 return constructFilePath(cacheDir, kNvmCacheState);
72}
73
74NvmCacheState::NvmCacheState(uint32_t currentTimeSecs,
75 const std::string& cacheDir,

Callers

nothing calls this directly

Calls 1

constructFilePathFunction · 0.85

Tested by

no test coverage detected