MCPcopy
hub / github.com/webpack/webpack / handleParent

Function handleParent

lib/CleanPlugin.js:235–237  ·  lib/CleanPlugin.js::handleParent
()

Source from the content-addressed store, hash-verified

233 });
234 };
235 const handleParent = () => {
236 if (parent && --parent.remaining === 0) push(parent.job);
237 };
238 switch (type) {
239 case class="st">"check":
240 if (isKept(filename)) {

Callers 2

handleErrorFunction · 0.85
applyDiffFunction · 0.85

Calls 1

pushFunction · 0.50

Tested by

no test coverage detected