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

Function getMessageLengthDistribution

apps/desktop/main/worker/workerManager.ts:354–356  ·  view source on GitHub ↗
(sessionId: string, filter?: any)

Source from the content-addressed store, hash-verified

352}
353
354export async function getMessageLengthDistribution(sessionId: string, filter?: any): Promise<any[]> {
355 return sendToWorker('getMessageLengthDistribution', { sessionId, filter })
356}
357
358export async function getMessageTypeDistribution(sessionId: string, filter?: any): Promise<any[]> {
359 return sendToWorker('getMessageTypeDistribution', { sessionId, filter })

Callers

nothing calls this directly

Calls 1

sendToWorkerFunction · 0.85

Tested by

no test coverage detected