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

Method clearEnvironmentVars

src/OpenColorIO/Config.cpp:2210–2217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2208}
2209
2210void Config::clearEnvironmentVars()
2211{
2212 getImpl()->m_env.clear();
2213 getImpl()->m_context->clearStringVars();
2214
2215 AutoMutex lock(getImpl()->m_cacheidMutex);
2216 getImpl()->resetCacheIDs();
2217}
2218
2219void Config::setEnvironmentMode(EnvironmentMode mode) noexcept
2220{

Callers 8

test_interfaceMethod · 0.95
_set_valueMethod · 0.45
ImplMethod · 0.45
handlePreferInputMethod · 0.45
handlePreferBaseMethod · 0.45
handleInputOnlyMethod · 0.45
handleBaseOnlyMethod · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 4

resetCacheIDsMethod · 0.80
getImplFunction · 0.50
clearMethod · 0.45
clearStringVarsMethod · 0.45

Tested by 2

test_interfaceMethod · 0.76
OCIO_ADD_TESTFunction · 0.36