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

Method getMinLength

lib/SettingsService/src/KeyValueString.h:149–152  ·  view source on GitHub ↗

* Get minimum string length. * * @return Minimum string length */

Source from the content-addressed store, hash-verified

147 * @return Minimum string length
148 */
149 size_t getMinLength() const
150 {
151 return m_min;
152 }
153
154 /**
155 * Get maximum string length.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected