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

Method hasCategory

src/OpenColorIO/ViewTransform.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180
181bool ViewTransform::hasCategory(const char * category) const
182{
183 return getImpl()->m_categories.hasToken(category);
184}
185
186void ViewTransform::addCategory(const char * category)
187{

Callers 1

test_categoriesMethod · 0.95

Calls 2

hasTokenMethod · 0.80
getImplFunction · 0.50

Tested by 1

test_categoriesMethod · 0.76