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

Function _objectWithoutPropertiesLoose

Sortable.js:76–84  ·  view source on GitHub ↗
(r, e)

Source from the content-addressed store, hash-verified

74 return i;
75 }
76 function _objectWithoutPropertiesLoose(r, e) {
77 if (null == r) return {};
78 var t = {};
79 for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
80 if (-1 !== e.indexOf(n)) continue;
81 t[n] = r[n];
82 }
83 return t;
84 }
85 function _toConsumableArray(r) {
86 return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
87 }

Callers 1

_objectWithoutPropertiesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…