MCPcopy
hub / github.com/webpack/webpack / done

Method done

lib/ProgressPlugin.js:674–677  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

672 handler(percentage, "sealing", title);
673 },
674 done() {
675 progressReporters.set(compiler, undefined);
676 handler(percentage, "sealing", title);
677 },
678 result() {
679 handler(percentage, "sealing", title);
680 },

Callers

nothing calls this directly

Calls 2

handlerFunction · 0.50
setMethod · 0.45

Tested by

no test coverage detected