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

Method getMessageLengthDistribution

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

Source from the content-addressed store, hash-verified

233 }
234
235 getMessageLengthDistribution(sessionId: string, filter?: TimeFilter): Promise<MessageLengthDistribution> {
236 return analyticsGet(`/sessions/${sessionId}/analytics/message-length-distribution${buildFilterParams(filter)}`)
237 }
238
239 getMessageTypeDistribution(
240 sessionId: string,

Callers

nothing calls this directly

Calls 2

analyticsGetFunction · 0.90
buildFilterParamsFunction · 0.85

Tested by

no test coverage detected