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

Function toReversed

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

Source from the content-addressed store, hash-verified

206 },
207
208 toReversed() {
209 // @ts-expect-error user code may run in es2016+
210 return reactiveReadArray(this).toReversed()
211 },
212
213 toSorted(comparer?: (a: unknown, b: unknown) => number) {
214 // @ts-expect-error user code may run in es2016+

Callers

nothing calls this directly

Calls 1

reactiveReadArrayFunction · 0.85

Tested by

no test coverage detected