MCPcopy
hub / github.com/webpack/webpack / entryDone

Method entryDone

lib/ProgressPlugin.js:514–517  ·  view source on GitHub ↗
(entry, options)

Source from the content-addressed store, hash-verified

512 * @param {EntryOptions} options options object
513 */
514 const entryDone = (entry, options) => {
515 doneEntries++;
516 update();
517 };
518
519 const cache = compiler.getCache(PLUGIN_NAME).getItemCache("counts", null);
520

Callers

nothing calls this directly

Calls 1

updateFunction · 0.50

Tested by

no test coverage detected