| 41 | } |
| 42 | |
| 43 | std::string constructFilePath(folly::StringPiece cacheDir, |
| 44 | folly::StringPiece name) { |
| 45 | return fmt::format("{}/{}", cacheDir, name); |
| 46 | } |
| 47 | |
| 48 | serialization::NvmCacheMetadata loadMetadata(folly::StringPiece fileName) { |
| 49 | folly::File shutDownFile{fileName}; |
no outgoing calls
no test coverage detected