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

Method getServerInfo

src/node/services/serverService.ts:495–497  ·  view source on GitHub ↗

* Get information about the running server. * Returns null if no server is running in this process.

()

Source from the content-addressed store, hash-verified

493 * Returns null if no server is running in this process.
494 */
495 getServerInfo(): ServerInfo | null {
496 return this.serverInfo;
497 }
498
499 /**
500 * Check if a server is running in this process.

Callers 2

routerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected