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

Function getSessionFilePath

extensions/cli/src/session.ts:64–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 * Get the session file path for the current session
63 */
64export function getSessionFilePath(): string {
65 const sessionId = getCurrentSessionId();
66 const sessionDir = getSessionDir();
67 return path.join(sessionDir, `${sessionId}.json`);
68}
69
70// Singleton for current session management
71class SessionManager {

Callers 3

getSessionInfoFunction · 0.70
beforeFileEditMethod · 0.50
afterFileEditMethod · 0.50

Calls 2

getCurrentSessionIdFunction · 0.85
getSessionDirFunction · 0.85

Tested by

no test coverage detected