MCPcopy
hub / github.com/codeaashu/claude-code / getLockFilePath

Function getLockFilePath

src/utils/autoUpdater.ts:168–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 * This is a function to ensure it's evaluated at runtime after test setup
167 */
168export function getLockFilePath(): string {
169 return join(getClaudeConfigHomeDir(), '.update.lock')
170}
171
172/**
173 * Attempts to acquire a lock for auto-updater

Callers 2

acquireLockFunction · 0.85
releaseLockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected