MCPcopy
hub / github.com/webpack/webpack / suspend

Method suspend

lib/Watching.js:466–468  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

464 }
465
466 suspend() {
467 this.suspended = true;
468 }
469
470 resume() {
471 if (this.suspended) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected