Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2204
const char * Config::getEnvironmentVarDefault(const char * name) const
2205
{
2206
if (!name || !*name) return
""
;
2207
return LookupEnvironment(getImpl()->m_env, name);
2208
}
2209
2210
void Config::clearEnvironmentVars()
2211
{
Callers
11
test_interface
Method · 0.95
main
Function · 0.45
_get_value
Method · 0.45
save
Function · 0.45
getEnvironmentVarValue
Method · 0.45
handlePreferInput
Method · 0.45
handlePreferBase
Method · 0.45
handleInputOnly
Method · 0.45
handleRemove
Method · 0.45
OCIO_ADD_TEST
Function · 0.45
compareEnvironmentVar
Function · 0.45
Calls
2
LookupEnvironment
Function · 0.85
getImpl
Function · 0.50
Tested by
3
test_interface
Method · 0.76
OCIO_ADD_TEST
Function · 0.36
compareEnvironmentVar
Function · 0.36