| 217 | } |
| 218 | |
| 219 | LoadProgress TitleCatalog::progress(void) |
| 220 | { |
| 221 | return LoadProgress{mLoading.load(), mCounter.load(), mLimit.load()}; |
| 222 | } |
| 223 | |
| 224 | void TitleCatalog::exportTitleListCache(std::vector<Title>& list, const std::u16string& path, IconStore& icons) |
| 225 | { |
no test coverage detected