Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ release
Method
release
src/utils/fs-lock.ts:17–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
export
interface
AcquiredFsLock {
16
readonly owner: FsLockOwner;
17
release(): Promise<void>;
18
}
19
20
export
interface
TryAcquireFsLockOptions {
Callers
5
releaseStartupRegistryLock
Function · 0.65
runWorkspaceFilesystemLifecycleSweep
Function · 0.65
tryAcquireFsLock
Function · 0.65
forceStopDaemon
Function · 0.65
getSystemInfo
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected