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

Method getKey

lib/SettingsService/src/KeyValueBool.h:127–130  ·  view source on GitHub ↗

* Get key. * * @return Key */

Source from the content-addressed store, hash-verified

125 * @return Key
126 */
127 const char* getKey() const final
128 {
129 return m_key;
130 }
131
132 /**
133 * Get value.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected