Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ step5
Function
step5
test/WatchDetection.test.js:180–186 ·
view source on GitHub ↗
* @returns {void}
()
Source
from the content-addressed store, hash-verified
178
* @returns {void}
179
*/
180
function
step5() {
181
onChange = null;
182
183
watcher.close(() => {
184
setTimeout(done, 500);
185
});
186
}
187
188
/**
189
* @param {unknown} err err
Callers
1
step4
Function · 0.85
Calls
1
close
Method · 0.45
Tested by
no test coverage detected