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

Method release

src/daemon/daemon-registry.ts:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17export interface DaemonRegistryMutationLock {
18 readonly workspaceKey: string;
19 release(): void;
20}
21
22const DAEMON_REGISTRY_LOCK_LEASE_MS = 30_000;

Calls

no outgoing calls

Tested by

no test coverage detected