Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ track1
Function
track1
packages/reactivity/__tests__/effect.spec.ts:792–792 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
790
const
s = ref(0)
791
792
const
track1 = () => seq.push(1)
793
const
track2 = () => seq.push(2)
794
795
effect(
Callers
nothing calls this directly
Calls
1
push
Method · 0.65
Tested by
no test coverage detected