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

Function getSessionMemoryPath

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

Source from the content-addressed store, hash-verified

267 * Path format: {projectDir}/{sessionId}/session-memory/summary.md
268 */
269export function getSessionMemoryPath(): string {
270 return join(getSessionMemoryDir(), 'summary.md')
271}
272
273// Check if file is within the session memory directory
274function isSessionMemoryPath(absolutePath: string): boolean {

Callers 3

setupSessionMemoryFileFunction · 0.85
getSessionMemoryContentFunction · 0.85

Calls 1

getSessionMemoryDirFunction · 0.85

Tested by

no test coverage detected