| 968 | } |
| 969 | |
| 970 | void SharedCacheView::LogSecondaryFileName(std::string secondaryFileName) |
| 971 | { |
| 972 | m_secondaryFileNames.insert(std::move(secondaryFileName)); |
| 973 | GetParentView()->StoreMetadata(VIEW_METADATA_KEY, GetMetadata()); |
| 974 | } |
| 975 | |
| 976 | std::optional<std::string> SharedCacheView::GetPrimaryFilePath() |
| 977 | { |
nothing calls this directly
no test coverage detected