Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ watchCallback
Function
watchCallback
test/BenchmarkTestCases.benchmark.mjs:1030–1034 ·
view source on GitHub ↗
(err, stats)
Source
from the content-addressed store, hash-verified
1028
* @param {Stats=} stats stats
1029
*/
1030
const
watchCallback = (err, stats) => {
1031
if
(next) {
1032
next(err, stats);
1033
}
1034
};
1035
1036
bench.add(
1037
benchName,
Callers
nothing calls this directly
Calls
1
next
Function · 0.50
Tested by
no test coverage detected