MCPcopy Create free account
hub / github.com/ReactJSResources/react-webpack-babel / addAllToSet

Function addAllToSet

public/bundle.js:319–325  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

317/******/ return [outdatedModules, outdatedDependencies];
318/******/ }
319/******/ function addAllToSet(a, b) {
320/******/ for(var i = 0; i < b.length; i++) {
321/******/ var item = b[i];
322/******/ if(a.indexOf(item) < 0)
323/******/ a.push(item);
324/******/ }
325/******/ }
326/******/
327/******/ // at begin all updates modules are outdated
328/******/ // 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