Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ getLockPath
Function
getLockPath
src/utils/computerUse/computerUseLock.ts:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
function
getLockPath(): string {
45
return
join(getClaudeConfigHomeDir(), LOCK_FILENAME)
46
}
47
48
async
function
readLock(): Promise<ComputerUseLock | undefined> {
49
try {
Callers
5
readLock
Function · 0.70
tryCreateExclusive
Function · 0.70
checkComputerUseLock
Function · 0.70
tryAcquireComputerUseLock
Function · 0.70
releaseComputerUseLock
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected