Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getNumEntries
Method
getNumEntries
src/OpenColorIO/ViewingRules.cpp:207–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
size_t ViewingRules::getNumEntries() const noexcept
208
{
209
return m_impl->m_rules.size();
210
}
211
212
size_t ViewingRules::getIndexForRule(const char * ruleName) const
213
{
Callers
2
ViewingRules.cpp
File · 0.45
FindRule
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected