| 100 | } |
| 101 | |
| 102 | bool WinResFileSystem::writeFile(const fs::path&, const void*, size_t) |
| 103 | { |
| 104 | return false; // unsupported |
| 105 | } |
| 106 | |
| 107 | int WinResFileSystem::enumerateFiles(const std::filesystem::path& path, const std::vector<std::string>& extensions, enumerate_callback_t callback, bool allowDuplicates) |
| 108 | { |
nothing calls this directly
no outgoing calls
no test coverage detected