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

Method isSecret

lib/SettingsService/src/KeyValueString.h:203–206  ·  view source on GitHub ↗

* Contains it a secret value? * * @return If its a secret value, it will return true otherwise false. */

Source from the content-addressed store, hash-verified

201 * @return If its a secret value, it will return true otherwise false.
202 */
203 bool isSecret() const
204 {
205 return m_isSecret;
206 }
207
208 /**
209 * Set unique id used to make the default value unique.

Callers 1

handleSettingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected