MCPcopy
hub / github.com/angular/angular / forEach

Method forEach

packages/common/http/src/headers.ts:269–274  ·  view source on GitHub ↗

* @internal

(fn: (name: string, values: string[]) => void)

Source from the content-addressed store, hash-verified

267 * @internal
268 */
269 forEach(fn: (name: string, values: string[]) => void) {
270 this.init();
271 Array.from(this.normalizedNames.keys()).forEach((key) =>
272 fn(this.normalizedNames.get(key)!, this.headers.get(key)!),
273 );
274 }
275}
276
277/**

Callers 15

constructorMethod · 0.45
provideFirstSupportedFunction · 0.45
calculateMeanMethod · 0.45
reportSampleMethod · 0.45
descriptionMethod · 0.45
_addEventsMethod · 0.45
_aggregateEventsMethod · 0.45

Calls 4

initMethod · 0.95
keysMethod · 0.65
getMethod · 0.65
fnFunction · 0.50

Tested by 15

runWatchersMethod · 0.36
$broadcastMethod · 0.36
compareSegmentsFunction · 0.36
parseMethod · 0.36
serializeMethod · 0.36
advanceNodeFunction · 0.36
constructorMethod · 0.36
guardsIntegrationSuiteFunction · 0.36