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

Method getNumCustomKeys

src/OpenColorIO/ViewingRules.cpp:330–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330size_t ViewingRules::getNumCustomKeys(size_t ruleIndex) const
331{
332 m_impl->validatePosition(ruleIndex);
333 return m_impl->m_rules[ruleIndex]->m_customKeys.getSize();
334}
335
336const char * ViewingRules::getCustomKeyName(size_t ruleIndex, size_t key) const
337{

Callers 1

ViewingRules.cppFile · 0.45

Calls 2

getSizeMethod · 0.80
validatePositionMethod · 0.45

Tested by

no test coverage detected