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

Method insertPathSearchRule

src/OpenColorIO/FileRules.cpp:846–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846void FileRules::insertPathSearchRule(size_t ruleIndex)
847{
848 return insertRule(ruleIndex, FileRules::FilePathSearchRuleName, nullptr, nullptr);
849}
850
851void FileRules::setDefaultRuleColorSpace(const char * colorSpace)
852{

Callers 6

test_insert_ruleMethod · 0.95
_insert_ruleMethod · 0.80
loadFunction · 0.80
copyRuleFunction · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_insert_ruleMethod · 0.76
OCIO_ADD_TESTFunction · 0.64