MCPcopy
hub / github.com/garrytan/gstack / sessionPath

Function sessionPath

design/src/session.ts:29–31  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

27 * Get the file path for a session.
28 */
29export function sessionPath(sessionId: string): string {
30 return path.join("/tmp", `design-session-${sessionId}.json`);
31}
32
33/**
34 * Create a new session after initial generation.

Callers 3

generateFunction · 0.90
createSessionFunction · 0.85
updateSessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected