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

Method isRandomizable

src/Form.js:198–201  ·  view source on GitHub ↗

* Returns true, if the form is randomizable. * @return {boolean}

()

Source from the content-addressed store, hash-verified

196 * @return {boolean}
197 */
198 isRandomizable () {
199 // A form is randomizable when at least one child field is randomizable
200 return this._fields.find(field => field.isRandomizable()) !== undefined
201 }
202
203 /**
204 * Randomizes visible randomizable fields.

Callers 2

Field.jsFile · 0.45
randomizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected