Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anthonyshort/deku
/ render
Function
render
test/string/index.js:7–11 ·
view source on GitHub ↗
(vnode)
Source
from the content-addressed store, hash-verified
5
import
test from
'tape'
6
7
var
render =
function
(vnode) {
8
var
app = deku()
9
app.mount(vnode)
10
return
renderString(app)
11
}
12
13
test(
'rendering virtual element to a string'
, ({equal,end}) => {
14
var
Other = {
Callers
1
index.js
File · 0.70
Calls
1
mount
Method · 0.80
Tested by
no test coverage detected