MCPcopy
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

1import { nextTick, watch, watchEffect } from '@vue/runtime-core'
2import {
3 type ComputedRef,
4 EffectScope,

Callers

nothing calls this directly

Calls 15

effectScopeFunction · 0.90
reactiveFunction · 0.90
effectFunction · 0.90
onScopeDisposeFunction · 0.90
refFunction · 0.90
computedFunction · 0.90
watchFunction · 0.90
watchEffectFunction · 0.90
nextTickFunction · 0.90
getCurrentScopeFunction · 0.90
handleBeginFunction · 0.85
handleExitFunction · 0.85

Tested by

no test coverage detected