MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / release

Method release

packages/server/src/lock.ts:81–81  ·  view source on GitHub ↗

Idempotent release: safe to call multiple times; best-effort on missing/mismatched lock.

()

Source from the content-addressed store, hash-verified

79export interface AcquireLockResult {
80 /** Idempotent release: safe to call multiple times; best-effort on missing/mismatched lock. */
81 release(): void;
82 /** Absolute path of the lock file that was acquired. */
83 lockPath: string;
84 /**

Callers 8

lifecycle.test.tsFile · 0.65
abort.e2e.test.tsFile · 0.65
lock.test.tsFile · 0.65
refusePublicBindFunction · 0.65
startServerFunction · 0.65
doCloseFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected