MCPcopy Create free account
hub / github.com/cryptii/cryptii / isValid

Method isValid

src/Field.js:164–166  ·  view source on GitHub ↗

* Returns true, if the value is valid. * @return {boolean} True, if valid

()

Source from the content-addressed store, hash-verified

162 * @return {boolean} True, if valid
163 */
164 isValid () {
165 return this._valid
166 }
167
168 /**
169 * Returns a message that explains why the current value is invalid.

Callers 1

serializeValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected