Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
17
export
interface
DaemonRegistryMutationLock {
18
readonly workspaceKey: string;
19
release(): void;
20
}
21
22
const
DAEMON_REGISTRY_LOCK_LEASE_MS = 30_000;
Callers
3
acquireDaemonRegistryMutationLock
Function · 0.65
withDaemonRegistryMutationLock
Function · 0.65
daemon-registry.test.ts
File · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected