MCPcopy
hub / github.com/webpack/webpack / resume

Method resume

lib/Watching.js:470–475  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

468 }
469
470 resume() {
471 if (this.suspended) {
472 this.suspended = false;
473 this._invalidate();
474 }
475 }
476
477 /**
478 * Processes the provided error callback.

Callers 3

fetchUrlFunction · 0.45

Calls 1

_invalidateMethod · 0.95

Tested by

no test coverage detected