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

Method setWorkingDir

src/OpenColorIO/Config.cpp:2285–2291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2283}
2284
2285void Config::setWorkingDir(const char * dirname)
2286{
2287 getImpl()->m_context->setWorkingDir(dirname ? dirname : "");
2288
2289 AutoMutex lock(getImpl()->m_cacheidMutex);
2290 getImpl()->resetCacheIDs();
2291}
2292
2293
2294///////////////////////////////////////////////////////////////////////////

Callers 8

test_interfaceMethod · 0.95
_set_valueMethod · 0.45
loadFunction · 0.45
getProcessorMethod · 0.45
setUpMethod · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 2

resetCacheIDsMethod · 0.80
getImplFunction · 0.50

Tested by 5

test_interfaceMethod · 0.76
setUpMethod · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36