MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / getSessions

Method getSessions

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

Source from the content-addressed store, hash-verified

142 // ==================== 会话管理 ====================
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>

Callers 1

loadSessionsFunction · 0.65

Implementers 1

FetchDataAdaptersrc/services/data/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected