Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateView
Method · 0.95
Pipe.js
File · 0.80
Field.js
File · 0.80
test
Method · 0.80
spliceBricks
Method · 0.80
view
Method · 0.80
setValue
Method · 0.80
addField
Method · 0.80
fieldNeedsLayout
Method · 0.80
setNeedsValueDescriptionUpdate
Method · 0.80
setElements
Method · 0.80
setStyle
Method · 0.80
Calls
no outgoing calls
Tested by
1
test
Method · 0.64