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

Function buildHeaders

github-actions/saucelabs/set-saucelabs-env.js:9110–9119  ·  view source on GitHub ↗
(headers)

Source from the content-addressed store, hash-verified

9108 }
9109 [kDestroy]() {
9110 return __async(this, null, function* () {
9111 yield this[kAgent].destroy();
9112 yield this[kClient].destroy();
9113 });
9114 }
9115 };
9116 _getUrl = new WeakSet();
9117 getUrl_fn = function(opts) {
9118 if (typeof opts === "string") {
9119 return new URL2(opts);
9120 } else if (opts instanceof URL2) {
9121 return opts;
9122 } else {

Callers 1

dispatchMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected