MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / writeFile

Method writeFile

src/core/vfs/TarFile.cpp:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected