MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / getValue

Method getValue

lib/SettingsService/src/KeyValueInt32.h:115–118  ·  view source on GitHub ↗

* Get value. * * @return Value */

Source from the content-addressed store, hash-verified

113 * @return Value
114 */
115 int32_t getValue() const final
116 {
117 return m_preferences->getInt(m_key, m_defValue);
118 }
119
120 /**
121 * Set value.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected