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

Method setModel

src/View.js:358–361  ·  view source on GitHub ↗

* Sets the model. * @param {?Object} model * @return {View} Fluent interface

(model)

Source from the content-addressed store, hash-verified

356 * @return {View} Fluent interface
357 */
358 setModel (model) {
359 this._model = model
360 return this
361 }
362}

Callers 1

getViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected