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

Function trigger4

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

Source from the content-addressed store, hash-verified

857 const trigger2 = () => seq.push(2)
858 const trigger3 = () => seq.push(3)
859 const trigger4 = () => seq.push(4)
860
861 effect(
862 () => {

Callers

nothing calls this directly

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected