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

Function release

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

Source from the content-addressed store, hash-verified

115 return {
116 owner,
117 release(): void {
118 const currentOwner = readLockOwnerSync(lockDir);
119 if (currentOwner?.token !== owner.token) {
120 return;
121 }
122 rmSync(lockDir, { recursive: true, force: true });
123 },
124 };
125}
126

Callers

nothing calls this directly

Calls 1

readLockOwnerSyncFunction · 0.85

Tested by

no test coverage detected