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

Method setMessage

src/View/Field.js:59–62  ·  view source on GitHub ↗

* Sets the message. * @protected * @param {?string} message * @return {FieldView} Fluent interface

(message)

Source from the content-addressed store, hash-verified

57 * @return {FieldView} Fluent interface
58 */
59 setMessage (message) {
60 this._message = message
61 return this.update()
62 }
63
64 /**
65 * Clears the message.

Callers 4

clearMessageMethod · 0.95
setValueMethod · 0.80
didCreateViewMethod · 0.80
inputValueDidChangeMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected