Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
WatchSuspend.test.js
File · 0.45
MultiWatching.unittest.js
File · 0.45
fetchUrl
Function · 0.45
Calls
1
_invalidate
Method · 0.95
Tested by
no test coverage detected