MCPcopy 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

19const HOLDER_STALE_MS = 60 * 60 * 1000
20
21function lockPath(): string {
22 return join(getAutoMemPath(), LOCK_FILE)
23}
24
25/**
26 * mtime of the lock file = lastConsolidatedAt. 0 if absent.

Callers 4

readLastConsolidatedAtFunction · 0.85
recordConsolidationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected