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

Method render

src/View.js:112–114  ·  view source on GitHub ↗

* Renders the view. * @protected * @return {HTMLElement}

()

Source from the content-addressed store, hash-verified

110 * @return {HTMLElement}
111 */
112 render () {
113 return View.createElement('div')
114 }
115
116 /**
117 * Updates this view at next frame.

Callers 2

getElementMethod · 0.95
refreshMethod · 0.95

Calls 1

createElementMethod · 0.80

Tested by

no test coverage detected