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

Method setConfigIOProxy

src/OpenColorIO/Config.cpp:5995–6001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5993}
5994
5995void Config::setConfigIOProxy(ConfigIOProxyRcPtr ciop)
5996{
5997 getImpl()->m_context->setConfigIOProxy(ciop);
5998
5999 AutoMutex lock(getImpl()->m_cacheidMutex);
6000 getImpl()->resetCacheIDs();
6001}
6002
6003ConfigIOProxyRcPtr Config::getConfigIOProxy() const
6004{

Callers 5

getProcessorMethod · 0.45
ReadMethod · 0.45
CollectContextVariablesFunction · 0.45
test_config_io_proxyMethod · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 2

resetCacheIDsMethod · 0.80
getImplFunction · 0.50

Tested by 2

test_config_io_proxyMethod · 0.36
OCIO_ADD_TESTFunction · 0.36