Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnukarOP/claude-code-leaked
/ getLockPath
Function
getLockPath
source code/utils/computerUse/computerUseLock.ts:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
function
getLockPath(): string {
47
return
join(getClaudeConfigHomeDir(), LOCK_FILENAME)
48
}
49
50
async
function
readLock(): Promise<ComputerUseLock | undefined> {
51
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