MCPcopy Create free account
hub / github.com/SlimeVR/SlimeVR-Tracker-ESP / getSensorCount

Method getSensorCount

src/configuration/Configuration.cpp:177–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175int32_t Configuration::getVersion() const { return m_Config.version; }
176
177size_t Configuration::getSensorCount() const { return m_Sensors.size(); }
178
179SensorConfig Configuration::getSensor(size_t sensorID) const {
180 if (sensorID >= m_Sensors.size()) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected