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

Function push

packages/reactivity/src/arrayInstrumentations.ts:163–165  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

161 },
162
163 push(...args: unknown[]) {
164 return noTracking(this, 'push', args)
165 },
166
167 reduce(
168 fn: (

Callers

nothing calls this directly

Calls 1

noTrackingFunction · 0.85

Tested by

no test coverage detected