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

Function fill

github-actions/browserstack/set-browserstack-env.js:12225–12249  ·  view source on GitHub ↗
(headers, object)

Source from the content-addressed store, hash-verified

12223 // For SNI on TLS
12224 origin: newOrigin,
12225 headers: __spreadValues({
12226 host: origin.hostname
12227 }, origDispatchOpts.headers)
12228 });
12229 dispatch(
12230 dispatchOpts,
12231 instance.getHandler({ origin, dispatch, handler }, origDispatchOpts)
12232 );
12233 });
12234 return true;
12235 };
12236 };
12237 };
12238 }
12239 });
12240
12241 //
12242 var require_headers = __commonJS({
12243 ""(exports, module) {
12244 "use strict";
12245 var { kConstruct } = require_symbols();
12246 var { kEnumerableProperty } = require_util();
12247 var {
12248 iteratorMixin,
12249 isValidHeaderName,
12250 isValidHeaderValue
12251 } = require_util2();
12252 var { webidl } = require_webidl();

Callers 2

constructorMethod · 0.70
initializeResponseFunction · 0.70

Calls 2

appendHeaderFunction · 0.70
keysMethod · 0.45

Tested by

no test coverage detected