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

Method getWorkingDir

src/OpenColorIO/Config.cpp:2280–2283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2278}
2279
2280const char * Config::getWorkingDir() const
2281{
2282 return getImpl()->m_context->getWorkingDir();
2283}
2284
2285void Config::setWorkingDir(const char * dirname)
2286{

Callers 10

test_interfaceMethod · 0.95
mainFunction · 0.45
_get_valueMethod · 0.45
_get_search_pathMethod · 0.45
getProcessorMethod · 0.45
archiveMethod · 0.45
test_copyMethod · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 1

getImplFunction · 0.50

Tested by 5

test_interfaceMethod · 0.76
test_copyMethod · 0.36
OCIO_ADD_TESTFunction · 0.36