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

Method isStrictParsingEnabled

src/OpenColorIO/Config.cpp:2964–2967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2962}
2963
2964bool Config::isStrictParsingEnabled() const
2965{
2966 return getImpl()->m_strictParsing;
2967}
2968
2969void Config::setStrictParsingEnabled(bool enabled)
2970{

Callers 5

test_interfaceMethod · 0.95
saveFunction · 0.45
handlePreferInputMethod · 0.45
handleInputOnlyMethod · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 1

getImplFunction · 0.50

Tested by 2

test_interfaceMethod · 0.76
OCIO_ADD_TESTFunction · 0.36