Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ setup
Function
setup
packages/runtime-core/__tests__/apiWatch.spec.ts:404–406 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
402
return
h(
'div'
, this.count)
403
},
404
setup() {
405
return
{ count }
406
},
407
})
408
let
html
409
html =
await
renderToString(h(Comp))
Callers
nothing calls this directly
Calls
11
effectScope
Function · 0.90
watchEffect
Function · 0.85
watchPostEffect
Function · 0.85
watchSyncEffect
Function · 0.85
h
Function · 0.85
getCurrentInstance
Function · 0.85
onErrorCaptured
Function · 0.85
ref
Function · 0.70
push
Method · 0.65
watch
Function · 0.50
run
Method · 0.45
Tested by
no test coverage detected