MCPcopy 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
127void SetCurrentConfig(const ConstConfigRcPtr & config)
128{
129 AutoMutex lock(g_currentConfigLock);
130
131 g_currentConfig = config->createEditableCopy();
132}
133
134namespace
135{

Calls 1

createEditableCopyMethod · 0.45

Tested by

no test coverage detected