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

Method getLockfilePath

src/node/services/serverService.ts:510–512  ·  view source on GitHub ↗

* Get the path to the server lockfile (for displaying to users). * Returns null if no server lockfile has been acquired yet.

()

Source from the content-addressed store, hash-verified

508 * Returns null if no server lockfile has been acquired yet.
509 */
510 getLockfilePath(): string | null {
511 return this.lockfile?.getLockPath() ?? null;
512 }
513}

Callers 1

mainFunction · 0.80

Calls 1

getLockPathMethod · 0.80

Tested by

no test coverage detected