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

Method getCacheID

src/OpenColorIO/Processor.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172const char * Processor::getCacheID() const
173{
174 return getImpl()->getCacheID();
175}
176
177ConstProcessorRcPtr Processor::getOptimizedProcessor(OptimizationFlags oFlags) const
178{

Callers

nothing calls this directly

Calls 4

CacheIDHashFunction · 0.85
getImplFunction · 0.50
emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected