MCPcopy
hub / github.com/webpack/webpack / call

Method call

lib/ProgressPlugin.js:671–673  ·  lib/ProgressPlugin.js::ProgressPlugin.call
()

Source from the content-addressed store, hash-verified

669 compilation.hooks[/** @type {keyof typeof hooks} */ (name)].intercept({
670 name: PLUGIN_NAME,
671 call() {
672 handler(percentage, class="st">"sealing", title);
673 },
674 done() {
675 progressReporters.set(compiler, undefined);
676 handler(percentage, class="st">"sealing", title);

Callers 15

processMethod · 0.45
constructorMethod · 0.45
onCompiledMethod · 0.45
handleErrorMethod · 0.45
_doneMethod · 0.45
watchMethod · 0.45
invalidateMethod · 0.45
shutdownMethod · 0.45
applyEntryOptionMethod · 0.45
isKeptMethod · 0.45
beginIdleMethod · 0.45

Calls 1

handlerFunction · 0.50

Tested by

no test coverage detected