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

Method folderExists

src/core/vfs/TarFile.cpp:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169bool TarFile::folderExists(const std::filesystem::path& name)
170{
171 std::string normalizedName = name.lexically_normal().relative_path().generic_string();
172
173 return m_Directories.find(normalizedName) != m_Directories.end();
174}
175
176bool TarFile::fileExists(const std::filesystem::path& name)
177{

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected