Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getNumEnvironmentVars
Method
getNumEnvironmentVars
src/OpenColorIO/Config.cpp:2191–2194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2189
}
2190
2191
int Config::getNumEnvironmentVars() const
2192
{
2193
return static_cast<int>(getImpl()->m_env.size());
2194
}
2195
2196
const char * Config::getEnvironmentVarNameByIndex(int index) const
2197
{
Callers
9
test_interface
Method · 0.95
main
Function · 0.45
load
Function · 0.45
save
Function · 0.45
test_ConfigMergingParameters_defaults
Method · 0.45
test_ConfigMergingParameters_setters
Method · 0.45
OCIO_ADD_TEST
Function · 0.45
compareEnvironmentVar
Function · 0.45
OCIO_ADD_TEST
Function · 0.45
Calls
2
getImpl
Function · 0.50
size
Method · 0.45
Tested by
6
test_interface
Method · 0.76
test_ConfigMergingParameters_defaults
Method · 0.36
test_ConfigMergingParameters_setters
Method · 0.36
OCIO_ADD_TEST
Function · 0.36
compareEnvironmentVar
Function · 0.36
OCIO_ADD_TEST
Function · 0.36