Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
862
void FileRules::increaseRulePriority(size_t ruleIndex)
863
{
864
m_impl->moveRule(ruleIndex, -1);
865
}
866
867
void FileRules::decreaseRulePriority(size_t ruleIndex)
868
{
Callers
3
test_rule_priority
Method · 0.95
move_item_up
Method · 0.80
OCIO_ADD_TEST
Function · 0.80
Calls
1
moveRule
Method · 0.80
Tested by
2
test_rule_priority
Method · 0.76
OCIO_ADD_TEST
Function · 0.64