Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ SetCurrentConfig
Function
SetCurrentConfig
src/OpenColorIO/Config.cpp:127–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
void SetCurrentConfig(const ConstConfigRcPtr & config)
128
{
129
AutoMutex lock(g_currentConfigLock);
130
131
g_currentConfig = config->createEditableCopy();
132
}
133
134
namespace
135
{
Callers
1
Java_org_OpenColorIO_Globals_SetCurrentConfig
Function · 0.85
Calls
1
createEditableCopy
Method · 0.45
Tested by
no test coverage detected