Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getCacheID
Method
getCacheID
src/OpenColorIO/Config.cpp:5245–5248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5243
// CacheID
5244
5245
const char * Config::getCacheID() const
5246
{
5247
return getCacheID(getCurrentContext());
5248
}
5249
5250
const char * Config::getCacheID(const ConstContextRcPtr & context) const
5251
{
Callers
1
getProcessor
Method · 0.45
Calls
9
CacheIDHash
Function · 0.85
GetFileReferences
Function · 0.85
GetFastFileHash
Function · 0.85
getAllInternalTransforms
Method · 0.80
getImpl
Function · 0.50
end
Method · 0.45
empty
Method · 0.45
size
Method · 0.45
resolveFileLocation
Method · 0.45
Tested by
no test coverage detected