MCPcopy
hub / github.com/angular/angular / map

Method map

packages/core/src/linker/query_list.ts:82–84  ·  view source on GitHub ↗

* See * [Array.map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map)

(fn: (item: T, index: number, array: T[]) => U)

Source from the content-addressed store, hash-verified

80 * [Array.map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map)
81 */
82 map<U>(fn: (item: T, index: number, array: T[]) => U): U[] {
83 return this._results.map(fn);
84 }
85
86 /**
87 * See

Callers 15

manage.jsFile · 0.80
createExtensionFunction · 0.80
createReportersFunction · 0.80
createMetricFunction · 0.80
logsMethod · 0.80
logsMethod · 0.80
provideFirstSupportedFunction · 0.80
reportSampleMethod · 0.80
formatStatsFunction · 0.80
descriptionMethod · 0.80
sampleMetricsMethod · 0.80

Calls

no outgoing calls

Tested by 7

describeMethod · 0.64
sFunction · 0.64
checkActivatedRouteFunction · 0.64
expectSegmentFunction · 0.64
guardsIntegrationSuiteFunction · 0.64
runSeriallyFunction · 0.64