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

Function getProjectsDir

src/utils/sessionStoragePortable.ts:325–327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

323// ---------------------------------------------------------------------------
324
325export function getProjectsDir(): string {
326 return join(getClaudeConfigHomeDir(), 'projects')
327}
328
329export function getProjectDir(projectDir: string): string {
330 return join(getProjectsDir(), sanitizePath(projectDir))

Callers 3

getProjectDirFunction · 0.70
findProjectDirFunction · 0.70
resolveSessionFilePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected