| 223 | } |
| 224 | |
| 225 | bool TarFile::writeFile(const std::filesystem::path&, const void*, size_t) |
| 226 | { |
| 227 | // tar files are mounted read-only |
| 228 | return false; |
| 229 | } |
| 230 | |
| 231 | int TarFile::enumerateFiles(const std::filesystem::path& path, const std::vector<std::string>& extensions, enumerate_callback_t callback, bool allowDuplicates) |
| 232 | { |
nothing calls this directly
no outgoing calls
no test coverage detected