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

Method getName

src/OpenColorIO/FileRules.cpp:708–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708const char * FileRules::getName(size_t ruleIndex) const
709{
710 m_impl->validatePosition(ruleIndex, Impl::DEFAULT_ALLOWED);
711 return m_impl->m_rules[ruleIndex]->getName();
712}
713
714const char * FileRules::getPattern(size_t ruleIndex) const
715{

Callers 12

test_copyMethod · 0.95
test_defaultMethod · 0.95
test_nameMethod · 0.95
test_insert_ruleMethod · 0.95
test_rule_priorityMethod · 0.95
validateNewRuleMethod · 0.45
getIndexForRuleMethod · 0.45
getCustomKeyNameMethod · 0.45
getCustomKeyValueMethod · 0.45
setCustomKeyMethod · 0.45
FileRules.cppFile · 0.45

Calls 1

validatePositionMethod · 0.45

Tested by 5

test_copyMethod · 0.76
test_defaultMethod · 0.76
test_nameMethod · 0.76
test_insert_ruleMethod · 0.76
test_rule_priorityMethod · 0.76