Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ enableTracking
Function
enableTracking
packages/reactivity/src/effect.ts:533–536 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
531
* Re-enables effect tracking (
if
it was paused).
532
*/
533
export
function
enableTracking(): void {
534
trackStack.push(shouldTrack)
535
shouldTrack = true
536
}
537
538
/**
539
* Resets the previous global effect tracking state.
Callers
nothing calls this directly
Calls
1
push
Method · 0.65
Tested by
no test coverage detected