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

Method setWorkingDir

src/OpenColorIO/Context.cpp:252–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void Context::setWorkingDir(const char * dirname)
253{
254 AutoMutex lock(getImpl()->m_resultsCacheMutex);
255
256 getImpl()->m_workingDir = dirname ? dirname : "";
257 getImpl()->clearCaches();
258}
259
260const char * Context::getWorkingDir() const
261{

Callers 3

test_copyMethod · 0.95
test_interfaceMethod · 0.95
test_interfaceMethod · 0.95

Calls 2

clearCachesMethod · 0.80
getImplFunction · 0.50

Tested by 3

test_copyMethod · 0.76
test_interfaceMethod · 0.76
test_interfaceMethod · 0.76