Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ trigger3
Function
trigger3
packages/reactivity/__tests__/effect.spec.ts:858–858 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
856
const
trigger1 = () => seq.push(1)
857
const
trigger2 = () => seq.push(2)
858
const
trigger3 = () => seq.push(3)
859
const
trigger4 = () => seq.push(4)
860
861
effect(
Callers
nothing calls this directly
Calls
1
push
Method · 0.65
Tested by
no test coverage detected