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