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

Method getEnvironmentVarDefault

src/OpenColorIO/Config.cpp:2204–2208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2202}
2203
2204const char * Config::getEnvironmentVarDefault(const char * name) const
2205{
2206 if (!name || !*name) return "";
2207 return LookupEnvironment(getImpl()->m_env, name);
2208}
2209
2210void Config::clearEnvironmentVars()
2211{

Callers 11

test_interfaceMethod · 0.95
mainFunction · 0.45
_get_valueMethod · 0.45
saveFunction · 0.45
handlePreferInputMethod · 0.45
handlePreferBaseMethod · 0.45
handleInputOnlyMethod · 0.45
handleRemoveMethod · 0.45
OCIO_ADD_TESTFunction · 0.45
compareEnvironmentVarFunction · 0.45

Calls 2

LookupEnvironmentFunction · 0.85
getImplFunction · 0.50

Tested by 3

test_interfaceMethod · 0.76
OCIO_ADD_TESTFunction · 0.36
compareEnvironmentVarFunction · 0.36