MCPcopy 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

constructorMethod · 0.95

Calls 1

setMethod · 0.65

Tested by

no test coverage detected