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

Method hasView

src/Viewable.js:20–22  ·  view source on GitHub ↗

* Returns wether a view has already been created. * @return {boolean}

()

Source from the content-addressed store, hash-verified

18 * @return {boolean}
19 */
20 hasView () {
21 return this._view !== null
22 }
23
24 /**
25 * Lazily returns a view.

Callers 12

updateViewMethod · 0.95
Pipe.jsFile · 0.80
Field.jsFile · 0.80
testMethod · 0.80
spliceBricksMethod · 0.80
viewMethod · 0.80
setValueMethod · 0.80
addFieldMethod · 0.80
fieldNeedsLayoutMethod · 0.80
setElementsMethod · 0.80
setStyleMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMethod · 0.64