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

Method getSessions

src/services/session-index/types.ts:54–54  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

52 clear(sessionId: string): Promise<boolean>
53 updateGapThreshold(sessionId: string, gapThreshold: number | null): Promise<boolean>
54 getSessions(sessionId: string): Promise<ChatSessionItem[]>
55 getByTimeRange(sessionId: string, startTs: number, endTs: number): Promise<ChatSessionItem[]>
56 getRecent(sessionId: string, limit: number): Promise<ChatSessionItem[]>
57

Callers 1

fetch.test.tsFile · 0.65

Implementers 1

FetchSessionIndexAdaptersrc/services/session-index/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected