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

Function getMonthlyActivity

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

Source from the content-addressed store, hash-verified

344}
345
346export async function getMonthlyActivity(sessionId: string, filter?: any): Promise<any[]> {
347 return sendToWorker('getMonthlyActivity', { sessionId, filter })
348}
349
350export async function getYearlyActivity(sessionId: string, filter?: any): Promise<any[]> {
351 return sendToWorker('getYearlyActivity', { sessionId, filter })

Callers

nothing calls this directly

Calls 1

sendToWorkerFunction · 0.85

Tested by

no test coverage detected