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

Function map

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

Source from the content-addressed store, hash-verified

150 },
151
152 map(
153 fn: (item: unknown, index: number, array: unknown[]) => unknown,
154 thisArg?: unknown,
155 ) {
156 return apply(this, 'map', fn, thisArg, undefined, arguments)
157 },
158
159 pop() {
160 return noTracking(this, 'pop')

Callers

nothing calls this directly

Calls 1

applyFunction · 0.85

Tested by

no test coverage detected