Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
bool FileExists(const std::string & filename, const Context & context)
118
{
119
std::string hash = GetFastFileHash(filename, context);
120
return (!hash.empty());
121
}
122
123
void ClearPathCaches()
124
{
Callers
1
resolveFileLocation
Method · 0.85
Calls
2
GetFastFileHash
Function · 0.85
empty
Method · 0.45
Tested by
no test coverage detected