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

Function getProjectsDir

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

Source from the content-addressed store, hash-verified

321// ---------------------------------------------------------------------------
322
323export function getProjectsDir(): string {
324 return join(getClaudeConfigHomeDir(), 'projects')
325}
326
327export function getProjectDir(projectDir: string): string {
328 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