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

Function releaseStartupRegistryLock

src/daemon.ts:196–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194 }
195 let pendingStartupRegistryLock: DaemonRegistryMutationLock | null = startupRegistryLock;
196 const releaseStartupRegistryLock = (): void => {
197 pendingStartupRegistryLock?.release();
198 pendingStartupRegistryLock = null;
199 };
200
201 const isRunningAfterLock = await checkExistingDaemon(socketPath);
202 if (isRunningAfterLock) {

Callers 2

mainFunction · 0.85
handleStartupServerErrorFunction · 0.85

Calls 1

releaseMethod · 0.65

Tested by

no test coverage detected