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