MCPcopy Index your code
hub / github.com/continuedev/continue / getSessionFilePath

Function getSessionFilePath

core/util/paths.ts:102–104  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

100}
101
102export function getSessionFilePath(sessionId: string): string {
103 return path.join(getSessionsFolderPath(), `${sessionId}.json`);
104}
105
106export function getSessionsListPath(): string {
107 const filepath = path.join(getSessionsFolderPath(), "sessions.json");

Callers 4

history.test.tsFile · 0.90
deleteMethod · 0.70
loadMethod · 0.70
saveMethod · 0.70

Calls 1

getSessionsFolderPathFunction · 0.85

Tested by

no test coverage detected