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

Function getAIChats

apps/desktop/main/ai/chats.ts:52–54  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

50}
51
52export function getAIChats(sessionId: string) {
53 return getManager().getAIChats(sessionId)
54}
55
56export function getAIChat(aiChatId: string) {
57 return getManager().getAIChat(aiChatId)

Callers

nothing calls this directly

Calls 2

getManagerFunction · 0.70
getAIChatsMethod · 0.65

Tested by

no test coverage detected