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

Function __spreadValues

github-actions/saucelabs/set-saucelabs-env.js:18–28  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

16 var __pow = Math.pow;
17 var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
18 var __spreadValues = (a, b) => {
19 for (var prop in b || (b = {}))
20 if (__hasOwnProp.call(b, prop))
21 __defNormalProp(a, prop, b[prop]);
22 if (__getOwnPropSymbols)
23 for (var prop of __getOwnPropSymbols(b)) {
24 if (__propIsEnum.call(b, prop))
25 __defNormalProp(a, prop, b[prop]);
26 }
27 return a;
28 };
29 var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
30 var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
31 get: (a, b) => (typeof require !== "undefined" ? require : a)[b]

Callers 15

constructorMethod · 0.70
""Function · 0.70
buildConnectorFunction · 0.70
iteratorMixinFunction · 0.70
[kDispatch]Method · 0.70
dispatchMethod · 0.70
constructorMethod · 0.70
onErrorMethod · 0.70
onRetryMethod · 0.70
pipelineFunction · 0.70
upgradeFunction · 0.70

Calls 1

__defNormalPropFunction · 0.70

Tested by

no test coverage detected