MCPcopy Index your code
hub / github.com/SortableJS/Sortable / _objectSpread2

Function _objectSpread2

modular/sortable.complete.esm.js:48–58  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

46 return t;
47}
48function _objectSpread2(e) {
49 for (var r = 1; r < arguments.length; r++) {
50 var t = null != arguments[r] ? arguments[r] : {};
51 r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
52 _defineProperty(e, r, t[r]);
53 }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
54 Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
55 });
56 }
57 return e;
58}
59function _objectWithoutProperties(e, t) {
60 if (null == e) return {};
61 var o,

Callers 6

AnimationStateManagerFunction · 0.70
dispatchEventFunction · 0.70
pluginEventFunction · 0.70
_dispatchEventFunction · 0.70
dragOverEventFunction · 0.70

Calls 2

ownKeysFunction · 0.70
_definePropertyFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…