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

Function getSessionMemoryDir

src/utils/permissions/filesystem.ts:261–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259 * Path format: {projectDir}/{sessionId}/session-memory/
260 */
261export function getSessionMemoryDir(): string {
262 return join(getProjectDir(getCwd()), getSessionId(), 'session-memory') + sep
263}
264
265/**
266 * Returns the session memory file path for the current session.

Callers 3

getSessionMemoryPathFunction · 0.85
isSessionMemoryPathFunction · 0.85
setupSessionMemoryFileFunction · 0.85

Calls 3

getCwdFunction · 0.85
getSessionIdFunction · 0.85
getProjectDirFunction · 0.50

Tested by

no test coverage detected