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

Function GetCurrentConfig

src/OpenColorIO/Config.cpp:115–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115ConstConfigRcPtr GetCurrentConfig()
116{
117 AutoMutex lock(g_currentConfigLock);
118
119 if(!g_currentConfig)
120 {
121 g_currentConfig = Config::CreateFromEnv();
122 }
123
124 return g_currentConfig;
125}
126
127void SetCurrentConfig(const ConstConfigRcPtr & config)
128{

Callers 13

InitOCIOFunction · 0.85
updateViewsMenuFunction · 0.85
main.cppFile · 0.85
imageColorSpace_CBFunction · 0.85
displayDevice_CBFunction · 0.85
transform_CBFunction · 0.85
look_CBFunction · 0.85
PopulateOCIOMenusFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
bindPyGroupTransformFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected