Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
867
void FileRules::decreaseRulePriority(size_t ruleIndex)
868
{
869
m_impl->moveRule(ruleIndex, 1);
870
}
871
872
bool FileRules::isDefault() const noexcept
873
{
Callers
3
test_rule_priority
Method · 0.95
move_item_down
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