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

Function track2

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

Source from the content-addressed store, hash-verified

791
792 const track1 = () => seq.push(1)
793 const track2 = () => seq.push(2)
794
795 effect(
796 () => {

Callers

nothing calls this directly

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected