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

Function getSessionsDir

src/utils/concurrentSessions.ts:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19export type SessionStatus = 'busy' | 'idle' | 'waiting'
20
21function getSessionsDir(): string {
22 return join(getClaudeConfigHomeDir(), 'sessions')
23}
24
25/**
26 * Kind override from env. Set by the spawner (`claude --bg`, daemon

Callers 3

registerSessionFunction · 0.85
updatePidFileFunction · 0.85
countConcurrentSessionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected