Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ createEditableCopy
Method
createEditableCopy
src/OpenColorIO/Config.cpp:1352–1357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1350
}
1351
1352
ConfigRcPtr Config::createEditableCopy() const
1353
{
1354
ConfigRcPtr config = Config::Create();
1355
*config->m_impl = *m_impl;
1356
return config;
1357
}
1358
1359
void Config::validate() const
1360
{
Callers
9
test_interface
Method · 0.95
test_interface
Method · 0.95
SetCurrentConfig
Function · 0.45
Config::Impl
Class · 0.45
addNamedTransform
Method · 0.45
setViewingRules
Method · 0.45
addLook
Method · 0.45
addViewTransform
Method · 0.45
setFileRules
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_interface
Method · 0.76
test_interface
Method · 0.76