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

Function shift

packages/reactivity/src/arrayInstrumentations.ts:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 },
190
191 shift() {
192 return noTracking(this, 'shift')
193 },
194
195 // slice could use ARRAY_ITERATE but also seems to beg for range tracking
196

Callers

nothing calls this directly

Calls 1

noTrackingFunction · 0.85

Tested by

no test coverage detected