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

Function splice

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

Source from the content-addressed store, hash-verified

202 },
203
204 splice(...args: unknown[]) {
205 return noTracking(this, 'splice', args)
206 },
207
208 toReversed() {
209 // @ts-expect-error user code may run in es2016+

Callers

nothing calls this directly

Calls 1

noTrackingFunction · 0.85

Tested by

no test coverage detected