MCPcopy
hub / github.com/SortableJS/Vue.Draggable / addAllToSet

Function addAllToSet

docs/app.js:412–417  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

410/******/ }
411/******/
412/******/ function addAllToSet(a, b) {
413/******/ for (var i = 0; i < b.length; i++) {
414/******/ var item = b[i];
415/******/ if (a.indexOf(item) === -1) a.push(item);
416/******/ }
417/******/ }
418/******/
419/******/ // at begin all updates modules are outdated
420/******/ // the "outdated" status can propagate to parents if they don't accept the children

Callers 2

getAffectedStuffFunction · 0.85
hotApplyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected