Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/webpack/webpack-dev-server
/ stopServer
Function
stopServer
examples/api/stop-callback/server.js:13–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
});
12
13
const
stopServer = () =>
14
server.stopCallback(() => {
15
console.log(
"Server stopped."
);
16
});
17
18
setTimeout(stopServer, 5000);
Callers
nothing calls this directly
Calls
1
stopCallback
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…