MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / FileExists

Function FileExists

src/OpenColorIO/PathUtils.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117bool FileExists(const std::string & filename, const Context & context)
118{
119 std::string hash = GetFastFileHash(filename, context);
120 return (!hash.empty());
121}
122
123void ClearPathCaches()
124{

Callers 1

resolveFileLocationMethod · 0.85

Calls 2

GetFastFileHashFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected