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

Method setPersistentStorage

lib/SettingsService/src/KeyValue.h:88–91  ·  view source on GitHub ↗

* Set the persistent storage where the key value pair shall be read/write. * * @param[in] pref Persistent storage */

Source from the content-addressed store, hash-verified

86 * @param[in] pref Persistent storage
87 */
88 void setPersistentStorage(Preferences& pref)
89 {
90 m_preferences = &pref;
91 }
92
93 /**
94 * Get value type.

Callers 1

registerSettingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected