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

Function trigger1

packages/reactivity/__tests__/effect.spec.ts:856–856  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

854 const s = ref(0)
855
856 const trigger1 = () => seq.push(1)
857 const trigger2 = () => seq.push(2)
858 const trigger3 = () => seq.push(3)
859 const trigger4 = () => seq.push(4)

Callers

nothing calls this directly

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected