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

Method extract

src/Form.js:251–253  ·  view source on GitHub ↗

* Extracts field values serialized by Form.serializeValues and * applies them on the respective form fields. * @param {object} data Serialized data * @return {Form} Fluent interface

(data)

Source from the content-addressed store, hash-verified

249 * @return {Form} Fluent interface
250 */
251 extract (data) {
252 return this.setFieldValues(this.extractValues(data))
253 }
254
255 /**
256 * Extracts field values serialized by {@link Form.serializeValues} and

Callers

nothing calls this directly

Calls 2

setFieldValuesMethod · 0.95
extractValuesMethod · 0.95

Tested by

no test coverage detected