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

Method getValue

src/Field.js:188–190  ·  view source on GitHub ↗

* Returns the current value. * @return {mixed}

()

Source from the content-addressed store, hash-verified

186 * @return {mixed}
187 */
188 getValue () {
189 return this._value
190 }
191
192 /**
193 * Sets the value. Filters and validates value and updates the valid flag.

Callers 6

revalidateValueMethod · 0.95
serializeValueMethod · 0.95
Field.jsFile · 0.45
Form.jsFile · 0.45
getFieldValueMethod · 0.45
getFieldValuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected