Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ ssrRender
Function
ssrRender
packages/server-renderer/__tests__/render.spec.ts:185–187 ·
view source on GitHub ↗
(ctx, push)
Source
from the content-addressed store, hash-verified
183
return
{ msg:
'hello'
}
184
},
185
ssrRender(ctx, push) {
186
push(`<div>${ctx.msg}</div>`)
187
},
188
}),
189
),
190
).toBe(`<div>hello</div>`)
Callers
1
renderComponentSubTree
Function · 0.50
Calls
6
ssrRenderComponent
Function · 0.90
ssrRenderSlot
Function · 0.90
h
Function · 0.85
resolveComponent
Function · 0.85
resolveDynamicComponent
Function · 0.85
push
Function · 0.70
Tested by
no test coverage detected