MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / getSession

Method getSession

src/services/data/types.ts:145–145  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

143
144 getSessions(): Promise<AnalysisSession[]>
145 getSession(sessionId: string): Promise<AnalysisSession | null>
146 deleteSession(sessionId: string): Promise<boolean>
147 renameSession(sessionId: string, newName: string): Promise<boolean>
148 updateSessionOwnerId(sessionId: string, ownerId: string | null): Promise<boolean>

Callers 4

handleUnifiedImportFunction · 0.65
handleLegacyImportFunction · 0.65
ensureSessionFunction · 0.65
loadBaseDataFunction · 0.65

Implementers 1

FetchDataAdaptersrc/services/data/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected