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

Function getWeekdayActivity

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

Source from the content-addressed store, hash-verified

340}
341
342export async function getWeekdayActivity(sessionId: string, filter?: any): Promise<any[]> {
343 return sendToWorker('getWeekdayActivity', { sessionId, filter })
344}
345
346export async function getMonthlyActivity(sessionId: string, filter?: any): Promise<any[]> {
347 return sendToWorker('getMonthlyActivity', { sessionId, filter })

Callers

nothing calls this directly

Calls 1

sendToWorkerFunction · 0.85

Tested by

no test coverage detected