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

Method getDefault

lib/SettingsService/src/KeyValueString.h:189–196  ·  view source on GitHub ↗

* Get default value. * * @return Default value */

Source from the content-addressed store, hash-verified

187 * @return Default value
188 */
189 String getDefault() const
190 {
191 String defValue = m_defValue;
192
193 defValue += m_uniqueId;
194
195 return defValue;
196 }
197
198 /**
199 * Contains it a secret value?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected