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

Method setStrictParsingEnabled

src/OpenColorIO/Config.cpp:2969–2975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2967}
2968
2969void Config::setStrictParsingEnabled(bool enabled)
2970{
2971 getImpl()->m_strictParsing = enabled;
2972
2973 AutoMutex lock(getImpl()->m_cacheidMutex);
2974 getImpl()->resetCacheIDs();
2975}
2976
2977// Roles
2978void Config::setRole(const char * role, const char * colorSpaceName)

Callers 4

test_interfaceMethod · 0.95
loadFunction · 0.45
handlePreferInputMethod · 0.45
handleInputOnlyMethod · 0.45

Calls 2

resetCacheIDsMethod · 0.80
getImplFunction · 0.50

Tested by 1

test_interfaceMethod · 0.76