MCPcopy 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
13const stopServer = () =>
14 server.stopCallback(() => {
15 console.log("Server stopped.");
16 });
17
18setTimeout(stopServer, 5000);

Callers

nothing calls this directly

Calls 1

stopCallbackMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…