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

Function getYearlyActivity

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

Source from the content-addressed store, hash-verified

348}
349
350export async function getYearlyActivity(sessionId: string, filter?: any): Promise<any[]> {
351 return sendToWorker('getYearlyActivity', { sessionId, filter })
352}
353
354export async function getMessageLengthDistribution(sessionId: string, filter?: any): Promise<any[]> {
355 return sendToWorker('getMessageLengthDistribution', { sessionId, filter })

Callers

nothing calls this directly

Calls 1

sendToWorkerFunction · 0.85

Tested by

no test coverage detected