MCPcopy
hub / github.com/claude-code-best/claude-code / removeServerLock

Function removeServerLock

src/server/lockfile.ts:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11export const writeServerLock: (info: ServerLockInfo) => Promise<void> =
12 async () => {}
13export const removeServerLock: () => Promise<void> = async () => {}
14export const probeRunningServer: () => Promise<ServerLockInfo | null> =
15 async () => null

Callers 1

shutdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected