Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
41
export
function
guardDirForLockDir(lockDir: string): string {
42
return
`${lockDir}.guard`;
43
}
Callers
2
tryAcquireGuard
Function · 0.90
tryAcquireGuard
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected