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

Method getName

lib/SettingsService/src/KeyValueString.h:129–132  ·  view source on GitHub ↗

* Get user friendly name of key value pair. * * @return User friendly name */

Source from the content-addressed store, hash-verified

127 * @return User friendly name
128 */
129 const char* getName() const final
130 {
131 return m_name;
132 }
133
134 /**
135 * Get key.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected