| 13 | } |
| 14 | |
| 15 | SharedCache SharedCacheBuilder::Finalize() |
| 16 | { |
| 17 | // Reset the state to the builder to reuse. |
| 18 | m_processedFiles = {}; |
| 19 | return std::move(m_cache); |
| 20 | } |
| 21 | |
| 22 | bool SharedCacheBuilder::AddFile( |
| 23 | const std::string& filePath, const std::string& fileName, const CacheEntryType cacheType) |
no outgoing calls
no test coverage detected