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

Method clearDisplays

src/OpenColorIO/Config.cpp:3807–3814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3805}
3806
3807void Config::clearDisplays()
3808{
3809 getImpl()->m_displays.clear();
3810 getImpl()->m_displayCache.clear();
3811
3812 AutoMutex lock(getImpl()->m_cacheidMutex);
3813 getImpl()->resetCacheIDs();
3814}
3815
3816bool Config::hasVirtualView(const char * viewName) const
3817{

Callers 6

test_interfaceMethod · 0.95
_clear_itemsMethod · 0.45
handlePreferInputMethod · 0.45
handlePreferBaseMethod · 0.45
handleInputOnlyMethod · 0.45
handleRemoveMethod · 0.45

Calls 3

resetCacheIDsMethod · 0.80
getImplFunction · 0.50
clearMethod · 0.45

Tested by 1

test_interfaceMethod · 0.76