Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2964
bool Config::isStrictParsingEnabled() const
2965
{
2966
return getImpl()->m_strictParsing;
2967
}
2968
2969
void Config::setStrictParsingEnabled(bool enabled)
2970
{
Callers
5
test_interface
Method · 0.95
save
Function · 0.45
handlePreferInput
Method · 0.45
handleInputOnly
Method · 0.45
OCIO_ADD_TEST
Function · 0.45
Calls
1
getImpl
Function · 0.50
Tested by
2
test_interface
Method · 0.76
OCIO_ADD_TEST
Function · 0.36