Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.45
handlePush
Method · 0.45
handleClick
Method · 0.45
handleClose
Method · 0.45
initialize
Method · 0.45
sync
Method · 0.45
cleanupCaches
Method · 0.45
broadcast
Method · 0.45
needToRevalidate
Function · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
dehydrate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected