Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ set
Method
set
packages/service-worker/worker/testing/fetch.ts:108–110 ·
view source on GitHub ↗
(name: string, value: string)
Source
from the content-addressed store, hash-verified
106
}
107
108
set(name: string, value: string): void {
109
this.map.set(name.toLowerCase(), value);
110
}
111
112
values() {
113
return
this.map.values();
Callers
1
constructor
Method · 0.95
Calls
1
set
Method · 0.65
Tested by
no test coverage detected