MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / release

Method release

src/utils/fs-lock.ts:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15export interface AcquiredFsLock {
16 readonly owner: FsLockOwner;
17 release(): Promise<void>;
18}
19
20export interface TryAcquireFsLockOptions {

Callers 5

tryAcquireFsLockFunction · 0.65
forceStopDaemonFunction · 0.65
getSystemInfoFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected