Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ lockPath
Function
lockPath
src/services/autoDream/consolidationLock.ts:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
const
HOLDER_STALE_MS = 60 * 60 * 1000
20
21
function
lockPath(): string {
22
return
join(getAutoMemPath(), LOCK_FILE)
23
}
24
25
/**
26
* mtime of the lock file = lastConsolidatedAt. 0
if
absent.
Callers
4
readLastConsolidatedAt
Function · 0.85
tryAcquireConsolidationLock
Function · 0.85
rollbackConsolidationLock
Function · 0.85
recordConsolidation
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected