Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
525
export
function
pauseTracking(): void {
526
trackStack.push(shouldTrack)
527
shouldTrack = false
528
}
529
530
/**
531
* Re-enables effect tracking (
if
it was paused).
Callers
14
watch
Function · 0.90
noTracking
Function · 0.90
computed.spec.ts
File · 0.90
effect.spec.ts
File · 0.90
updateComponentPreRender
Function · 0.90
unmount
Function · 0.90
handleError
Function · 0.90
warn
Function · 0.90
header
Function · 0.90
injectHook
Function · 0.90
setRef
Function · 0.90
setupStatefulComponent
Function · 0.90
Calls
1
push
Method · 0.65
Tested by
no test coverage detected