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

Function toOptions

github-actions/browserstack/set-browserstack-env.js:363–372  ·  view source on GitHub ↗
(host, port, localAddress)

Source from the content-addressed store, hash-verified

361 });
362 }
363 function toOptions(host, port, localAddress) {
364 if (typeof host === "string") {
365 return {
366 host,
367 port,
368 localAddress
369 };
370 }
371 return host;
372 }
373 function mergeOptions(target) {
374 for (var i = 1, len = arguments.length; i < len; ++i) {
375 var overrides = arguments[i];

Callers 2

TunnelingAgentFunction · 0.70
""Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected