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

Method getFields

src/Form.js:31–33  ·  view source on GitHub ↗

* Returns a shallow copy of the current form fields. * @return {Brick[]}

()

Source from the content-addressed store, hash-verified

29 * @return {Brick[]}
30 */
31 getFields () {
32 return this._fields.slice()
33 }
34
35 /**
36 * Returns currently invalid fields.

Callers 3

Form.jsFile · 0.80
getSettingsMethod · 0.80
appendSubviewElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected