Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
bool SystemMonitorsImpl::isSupported() const noexcept
81
{
82
return m_monitors.size() != 0;
83
}
84
85
size_t SystemMonitorsImpl::getNumMonitors() const noexcept
86
{
Callers
1
OCIO_ADD_TEST
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
1
OCIO_ADD_TEST
Function · 0.64