MCPcopy
hub / github.com/vuejs/core / pauseTracking

Function pauseTracking

packages/reactivity/src/effect.ts:525–528  ·  packages/reactivity/src/effect.ts::pauseTracking
()

Source from the content-addressed store, hash-verified

523 * Temporarily pauses tracking.
524 */
525export function pauseTracking(): void {
526 trackStack.push(shouldTrack)
527 shouldTrack = false
528}
529
530/**
531 * Re-enables effect tracking (if it was paused).

Callers 14

watchFunction · 0.90
noTrackingFunction · 0.90
computed.spec.tsFile · 0.90
effect.spec.tsFile · 0.90
updateComponentPreRenderFunction · 0.90
unmountFunction · 0.90
handleErrorFunction · 0.90
warnFunction · 0.90
headerFunction · 0.90
injectHookFunction · 0.90
setRefFunction · 0.90
setupStatefulComponentFunction · 0.90

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected