| 456 | } |
| 457 | |
| 458 | void ScanObject(const std::string& path) |
| 459 | { |
| 460 | auto language = LocalisationService_GetCurrentLanguage(); |
| 461 | if (auto result = _fileIndex.Create(language, path); result.has_value()) |
| 462 | { |
| 463 | AddItem(result.value()); |
| 464 | } |
| 465 | } |
| 466 | |
| 467 | // 0x0098DA2C |
| 468 | static constexpr std::array<ChunkEncoding, 11> kLegacyObjectEntryGroupEncoding = { |
nothing calls this directly
no test coverage detected