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

Function guardDirForLockDir

src/utils/fs-lock-shared.ts:41–43  ·  view source on GitHub ↗
(lockDir: string)

Source from the content-addressed store, hash-verified

39}
40
41export function guardDirForLockDir(lockDir: string): string {
42 return `${lockDir}.guard`;
43}

Callers 2

tryAcquireGuardFunction · 0.90
tryAcquireGuardFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected