MCPcopy
hub / github.com/webpack/webpack / push

Function push

lib/util/processAsyncTree.js:33–39  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

31 * @param {T} item item
32 */
33 const push = (item) => {
34 queue.push(item);
35 if (!processScheduled && processing < concurrency) {
36 processScheduled = true;
37 process.nextTick(processQueue);
38 }
39 };
40
41 /**
42 * Handles completion of a single processor call, propagating the first

Callers 9

resolveDirectoryMethod · 0.50
resolveFileMethod · 0.50
_resolveContextHashMethod · 0.50
_resolveContextTshMethod · 0.50
handleParentFunction · 0.50
applyDiffFunction · 0.50
executeModuleMethod · 0.50

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected