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

Function release

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

Source from the content-addressed store, hash-verified

140 return {
141 owner,
142 async release(): Promise<void> {
143 const currentOwner = await readLockOwner(lockDir);
144 if (currentOwner?.token !== owner.token) {
145 return;
146 }
147 await fs.rm(lockDir, { recursive: true, force: true });
148 },
149 };
150}
151

Callers 4

finalizeLiveSessionFunction · 0.50

Calls 2

readLockOwnerFunction · 0.85
rmMethod · 0.80

Tested by

no test coverage detected