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

Method writeFile

src/core/vfs/WinResFS.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected