MCPcopy 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
46function getLockPath(): string {
47 return join(getClaudeConfigHomeDir(), LOCK_FILENAME)
48}
49
50async function readLock(): Promise<ComputerUseLock | undefined> {
51 try {

Callers 5

readLockFunction · 0.70
tryCreateExclusiveFunction · 0.70
checkComputerUseLockFunction · 0.70
releaseComputerUseLockFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected