MCPcopy Index your code
hub / github.com/angular/angular / forEach

Method forEach

packages/service-worker/worker/testing/fetch.ts:92–94  ·  view source on GitHub ↗
(callback: Function)

Source from the content-addressed store, hash-verified

90 }
91
92 forEach(callback: Function): void {
93 this.map.forEach(callback as any);
94 }
95
96 get(name: string): string | null {
97 return this.map.get(name.toLowerCase()) || null;

Callers 15

provider_spec.tsFile · 0.45
handlePushMethod · 0.45
handleClickMethod · 0.45
handleCloseMethod · 0.45
initializeMethod · 0.45
syncMethod · 0.45
cleanupCachesMethod · 0.45
broadcastMethod · 0.45
needToRevalidateFunction · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
dehydrateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected