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

Method isSupported

src/OpenColorIO/SystemMonitor.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool SystemMonitorsImpl::isSupported() const noexcept
81{
82 return m_monitors.size() != 0;
83}
84
85size_t SystemMonitorsImpl::getNumMonitors() const noexcept
86{

Callers 1

OCIO_ADD_TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

OCIO_ADD_TESTFunction · 0.64