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

Function findLastIndex

packages/reactivity/src/arrayInstrumentations.ts:118–123  ·  view source on GitHub ↗
(
    fn: (item: unknown, index: number, array: unknown[]) => boolean,
    thisArg?: unknown,
  )

Source from the content-addressed store, hash-verified

116 },
117
118 findLastIndex(
119 fn: (item: unknown, index: number, array: unknown[]) => boolean,
120 thisArg?: unknown,
121 ) {
122 return apply(this, 'findLastIndex', fn, thisArg, undefined, arguments)
123 },
124
125 // flat, flatMap could benefit from ARRAY_ITERATE but are not straight-forward to implement
126

Callers

nothing calls this directly

Calls 1

applyFunction · 0.85

Tested by

no test coverage detected