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

Method folderExists

src/app/MediaFileSystem.cpp:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95// file system virtual overrides
96
97bool MediaFileSystem::folderExists(const std::filesystem::path & path)
98{
99 for (const auto& fs : m_FileSystems)
100 if (fs->folderExists(path))
101 return true;
102 return false;
103}
104
105bool MediaFileSystem::fileExists(const std::filesystem::path & path)
106{

Callers 2

FindDirectoryMethod · 0.45
FindMediaFolderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected