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

Method fileExists

src/app/MediaFileSystem.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105bool MediaFileSystem::fileExists(const std::filesystem::path & path)
106{
107 for (const auto& fs : m_FileSystems)
108 if (fs->fileExists(path))
109 return true;
110 return false;
111}
112
113std::shared_ptr<IBlob> MediaFileSystem::readFile(const std::filesystem::path & name)
114{

Callers 1

FindDirectoryWithFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected