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

Method decreaseRulePriority

src/OpenColorIO/FileRules.cpp:867–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865}
866
867void FileRules::decreaseRulePriority(size_t ruleIndex)
868{
869 m_impl->moveRule(ruleIndex, 1);
870}
871
872bool FileRules::isDefault() const noexcept
873{

Callers 3

test_rule_priorityMethod · 0.95
move_item_downMethod · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls 1

moveRuleMethod · 0.80

Tested by 2

test_rule_priorityMethod · 0.76
OCIO_ADD_TESTFunction · 0.64