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

Function stopDevServer

benchmark/simple-benchmark-direct.ts:96–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94}
95
96function stopDevServer(): void {
97 if (devServerProcess) {
98 cli.info("Stopping dev server...");
99 devServerProcess.kill("SIGTERM");
100 devServerProcess = null;
101 }
102}
103
104// Ensure cleanup on exit
105process.on("SIGINT", () => {

Callers 2

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected