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

Function unshift

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

Source from the content-addressed store, hash-verified

221 },
222
223 unshift(...args: unknown[]) {
224 return noTracking(this, 'unshift', args)
225 },
226
227 values() {
228 return iterator(this, 'values', item => toWrapped(this, item))

Callers

nothing calls this directly

Calls 1

noTrackingFunction · 0.85

Tested by

no test coverage detected