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

Function every

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

Source from the content-addressed store, hash-verified

60 },
61
62 every(
63 fn: (item: unknown, index: number, array: unknown[]) => unknown,
64 thisArg?: unknown,
65 ) {
66 return apply(this, 'every', fn, thisArg, undefined, arguments)
67 },
68
69 filter(
70 fn: (item: unknown, index: number, array: unknown[]) => unknown,

Callers

nothing calls this directly

Calls 1

applyFunction · 0.85

Tested by

no test coverage detected