MCPcopy Create free account
hub / github.com/angular/dev-infra / rawValues

Method rawValues

github-actions/saucelabs/set-saucelabs-env.js:12375–12377  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12373 set(name, value, isLowerCase) {
12374 this[kHeadersSortedMap] = null;
12375 const lowercaseName = isLowerCase ? name : name.toLowerCase();
12376 if (lowercaseName === "set-cookie") {
12377 this.cookies = [value];
12378 }
12379 this[kHeadersMap].set(lowercaseName, { name, value });
12380 }

Callers 1

constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected