Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ effectScope.spec.ts
File
effectScope.spec.ts
packages/reactivity/__tests__/effectScope.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ nextTick, watch, watchEffect } from
'@vue/runtime-core'
2
import
{
3
type
ComputedRef,
4
EffectScope,
Callers
nothing calls this directly
Calls
15
effectScope
Function · 0.90
reactive
Function · 0.90
effect
Function · 0.90
onScopeDispose
Function · 0.90
ref
Function · 0.90
computed
Function · 0.90
watch
Function · 0.90
watchEffect
Function · 0.90
nextTick
Function · 0.90
getCurrentScope
Function · 0.90
handleBegin
Function · 0.85
handleExit
Function · 0.85
Tested by
no test coverage detected