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

Function toSpliced

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

Source from the content-addressed store, hash-verified

216 },
217
218 toSpliced(...args: unknown[]) {
219 // @ts-expect-error user code may run in es2016+
220 return (reactiveReadArray(this).toSpliced as any)(...args)
221 },
222
223 unshift(...args: unknown[]) {
224 return noTracking(this, 'unshift', args)

Callers

nothing calls this directly

Calls 1

reactiveReadArrayFunction · 0.85

Tested by

no test coverage detected