MCPcopy 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
5245const char * Config::getCacheID() const
5246{
5247 return getCacheID(getCurrentContext());
5248}
5249
5250const char * Config::getCacheID(const ConstContextRcPtr & context) const
5251{

Callers 1

getProcessorMethod · 0.45

Calls 9

CacheIDHashFunction · 0.85
GetFileReferencesFunction · 0.85
GetFastFileHashFunction · 0.85
getImplFunction · 0.50
endMethod · 0.45
emptyMethod · 0.45
sizeMethod · 0.45
resolveFileLocationMethod · 0.45

Tested by

no test coverage detected