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

Function getSessionMemoryPath

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

Source from the content-addressed store, hash-verified

277 * Path format: {projectDir}/{sessionId}/session-memory/summary.md
278 */
279export function getSessionMemoryPath(): string {
280 return join(getSessionMemoryDir(), 'summary.md')
281}
282
283// Check if file is within the session memory directory
284function isSessionMemoryPath(absolutePath: string): boolean {

Callers 4

callFunction · 0.85
setupSessionMemoryFileFunction · 0.85
getSessionMemoryContentFunction · 0.85

Calls 1

getSessionMemoryDirFunction · 0.85

Tested by

no test coverage detected