| 171 | } |
| 172 | |
| 173 | std::string NvmCacheState::getFileForNvmCacheDrop(folly::StringPiece cacheDir) { |
| 174 | return constructFilePath(cacheDir, kShouldDropNvmCache); |
| 175 | } |
| 176 | |
| 177 | std::string NvmCacheState::toString() const { |
| 178 | return fmt::format("cleanShutDown={}, shouldDrop={}, creationTime={}", |
nothing calls this directly
no test coverage detected