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

Method getTextStats

src/services/data/fetch.ts:246–248  ·  view source on GitHub ↗
(sessionId: string, filter?: TimeFilter)

Source from the content-addressed store, hash-verified

244 }
245
246 getTextStats(sessionId: string, filter?: TimeFilter): Promise<TextStats> {
247 return analyticsGet(`/sessions/${sessionId}/analytics/text-stats${buildFilterParams(filter)}`)
248 }
249
250 getLongMessageCount(sessionId: string, filter?: TimeFilter, minLength?: number): Promise<number> {
251 const params = new URLSearchParams()

Callers

nothing calls this directly

Calls 2

analyticsGetFunction · 0.90
buildFilterParamsFunction · 0.85

Tested by

no test coverage detected