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

Method getKey

lib/SettingsService/src/KeyValueString.h:139–142  ·  view source on GitHub ↗

* Get key. * * @return Key */

Source from the content-addressed store, hash-verified

137 * @return Key
138 */
139 const char* getKey() const final
140 {
141 return m_key;
142 }
143
144 /**
145 * Get minimum string length.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected