MCPcopy Create free account
hub / github.com/Noumena-Network/code / getProjectsDir

Function getProjectsDir

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

Source from the content-addressed store, hash-verified

224}
225
226export function getProjectsDir(): string {
227 return join(getClaudeConfigHomeDir(), 'projects')
228}
229
230export function getTranscriptPath(): string {
231 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