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

Function getProjectsDir

src/utils/sessionStorage.ts:198–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196}
197
198export function getProjectsDir(): string {
199 return join(getClaudeConfigHomeDir(), 'projects')
200}
201
202export function getTranscriptPath(): string {
203 const projectDir = getSessionProjectDir() ?? getProjectDir(getOriginalCwd())

Callers 10

sessionStorage.tsFile · 0.70
gatherProjectCandidatesFunction · 0.70
gatherAllCandidatesFunction · 0.70
getAllSessionFilesFunction · 0.70
cleanupOldSessionFilesFunction · 0.70
getBridgePointerPathFunction · 0.50
scanAllSessionsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected