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

Method setUniqueId

lib/SettingsService/src/KeyValueString.h:213–216  ·  view source on GitHub ↗

* Set unique id used to make the default value unique. * * @param[in] uniqueId The unique id. */

Source from the content-addressed store, hash-verified

211 * @param[in] uniqueId The unique id.
212 */
213 void setUniqueId(const String& uniqueId)
214 {
215 m_uniqueId = uniqueId;
216 }
217
218private:
219

Callers 1

entryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected