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

Method getNumMonitors

src/OpenColorIO/SystemMonitor.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85size_t SystemMonitorsImpl::getNumMonitors() const noexcept
86{
87 return m_monitors.size();
88}
89
90const char * SystemMonitorsImpl::getMonitorName(size_t index) const
91{

Callers 3

bindPySystemMonitorsFunction · 0.80
getNumMonitorsFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected