MCPcopy
hub / github.com/coder/mux / release

Method release

src/node/services/serverLockfile.ts:108–114  ·  view source on GitHub ↗

* Release the lockfile by deleting it.

()

Source from the content-addressed store, hash-verified

106 * Release the lockfile by deleting it.
107 */
108 async release(): Promise<void> {
109 try {
110 await fs.unlink(this.lockPath);
111 } catch {
112 // Ignore cleanup errors (file may not exist)
113 }
114 }
115
116 /**
117 * Check if a process with the given PID is still running.

Callers 1

readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected