MCPcopy Index your code
hub / github.com/dataease/SQLBot / _objectSpread

Function _objectSpread

frontend/public/swagger-ui-bundle.js:16454–16468  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

16452 return i
16453 }
16454 function _objectSpread(s) {
16455 for (var o = 1; o < arguments.length; o++) {
16456 var i = null != arguments[o] ? arguments[o] : {}
16457 o % 2
16458 ? ownKeys(Object(i), !0).forEach(function (o) {
16459 _defineProperty(s, o, i[o])
16460 })
16461 : Object.getOwnPropertyDescriptors
16462 ? Object.defineProperties(s, Object.getOwnPropertyDescriptors(i))
16463 : ownKeys(Object(i)).forEach(function (o) {
16464 Object.defineProperty(s, o, Object.getOwnPropertyDescriptor(i, o))
16465 })
16466 }
16467 return s
16468 }
16469 function _objectWithoutProperties(s, o) {
16470 if (null == s) return {}
16471 var i,

Callers 4

DebounceInputFunction · 0.85
createStyleObjectFunction · 0.85
createElementFunction · 0.85

Calls 5

ownKeysFunction · 0.85
_definePropertyFunction · 0.85
create_element_ownKeysFunction · 0.85
forEachMethod · 0.45

Tested by

no test coverage detected