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

Function getAIChatCountsBySession

apps/desktop/main/ai/chats.ts:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48export function getAIChatCountsBySession() {
49 return getManager().getAIChatCountsBySession()
50}
51
52export function getAIChats(sessionId: string) {
53 return getManager().getAIChats(sessionId)

Callers

nothing calls this directly

Calls 2

getManagerFunction · 0.70

Tested by

no test coverage detected