Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getElement
Method · 0.95
refresh
Method · 0.95
Calls
1
createElement
Method · 0.80
Tested by
no test coverage detected