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

Method increaseRulePriority

src/OpenColorIO/FileRules.cpp:862–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860}
861
862void FileRules::increaseRulePriority(size_t ruleIndex)
863{
864 m_impl->moveRule(ruleIndex, -1);
865}
866
867void FileRules::decreaseRulePriority(size_t ruleIndex)
868{

Callers 3

test_rule_priorityMethod · 0.95
move_item_upMethod · 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