MCPcopy Create free account
hub / github.com/WebMCP-org/chrome-devtools-quickstart / stopDevServer

Function stopDevServer

benchmark/simple-benchmark.ts:111–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111function stopDevServer(): void {
112 if (devServerProcess) {
113 cli.info("Stopping dev server...");
114 devServerProcess.kill("SIGTERM");
115 devServerProcess = null;
116 }
117}
118
119// Ensure cleanup on exit
120process.on("SIGINT", () => {

Callers 2

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected