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

Method getMaxLength

lib/SettingsService/src/KeyValueString.h:159–162  ·  view source on GitHub ↗

* Get maximum string length. * * @return Maximum string length */

Source from the content-addressed store, hash-verified

157 * @return Maximum string length
158 */
159 size_t getMaxLength() const
160 {
161 return m_max;
162 }
163
164 /**
165 * Get value.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected