MCPcopy Index your code
hub / github.com/coder/mux / isServerRunning

Method isServerRunning

src/node/services/serverService.ts:502–504  ·  view source on GitHub ↗

* Check if a server is running in this process.

()

Source from the content-addressed store, hash-verified

500 * Check if a server is running in this process.
501 */
502 isServerRunning(): boolean {
503 return this.server !== null;
504 }
505
506 /**
507 * Get the path to the server lockfile (for displaying to users).

Callers 2

routerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected