MCPcopy 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
2191int Config::getNumEnvironmentVars() const
2192{
2193 return static_cast<int>(getImpl()->m_env.size());
2194}
2195
2196const char * Config::getEnvironmentVarNameByIndex(int index) const
2197{

Callers 9

test_interfaceMethod · 0.95
mainFunction · 0.45
loadFunction · 0.45
saveFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
compareEnvironmentVarFunction · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 2

getImplFunction · 0.50
sizeMethod · 0.45

Tested by 6

test_interfaceMethod · 0.76
OCIO_ADD_TESTFunction · 0.36
compareEnvironmentVarFunction · 0.36
OCIO_ADD_TESTFunction · 0.36