| 124 | } |
| 125 | |
| 126 | InputStream CASC::load(std::string_view fileName) { return InputStream(std::make_unique<CASCStream>(_storage, FixPath(fileName))); } |
| 127 | |
| 128 | bool CASC::has(std::string_view fileName) { |
| 129 | HANDLE file; |
nothing calls this directly
no test coverage detected