MCPcopy Create free account
hub / github.com/angular/angular / forEach

Method forEach

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

* @internal

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

Source from the content-addressed store, hash-verified

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

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