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

Method updateView

src/Viewable.js:41–44  ·  view source on GitHub ↗

* Updates view if any. * @return {Viewable} Fluent interface

()

Source from the content-addressed store, hash-verified

39 * @return {Viewable} Fluent interface
40 */
41 updateView () {
42 this.hasView() && this.getView().setNeedsUpdate()
43 return this
44 }
45
46 /**
47 * Triggered when view has been created.

Callers 6

viewMethod · 0.80
dareMethod · 0.80
translateMethod · 0.80
setReverseMethod · 0.80
setWidthMethod · 0.80

Calls 3

hasViewMethod · 0.95
getViewMethod · 0.95
setNeedsUpdateMethod · 0.80

Tested by

no test coverage detected