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

Method getLockPath

src/node/services/serverLockfile.ts:132–134  ·  view source on GitHub ↗

* Get the path to the lockfile (for testing/debugging).

()

Source from the content-addressed store, hash-verified

130 * Get the path to the lockfile (for testing/debugging).
131 */
132 getLockPath(): string {
133 return this.lockPath;
134 }
135}

Calls

no outgoing calls

Tested by

no test coverage detected