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

Function findIndex

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

Source from the content-addressed store, hash-verified

95 },
96
97 findIndex(
98 fn: (item: unknown, index: number, array: unknown[]) => boolean,
99 thisArg?: unknown,
100 ) {
101 return apply(this, 'findIndex', fn, thisArg, undefined, arguments)
102 },
103
104 findLast(
105 fn: (item: unknown, index: number, array: unknown[]) => boolean,

Callers

nothing calls this directly

Calls 1

applyFunction · 0.85

Tested by

no test coverage detected