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

Function getMessages

apps/desktop/main/ai/chats.ts:88–90  ·  view source on GitHub ↗
(aiChatId: string)

Source from the content-addressed store, hash-verified

86}
87
88export function getMessages(aiChatId: string) {
89 return getManager().getMessages(aiChatId)
90}
91
92export function deleteMessage(messageId: string) {
93 return getManager().deleteMessage(messageId)

Callers

nothing calls this directly

Calls 2

getManagerFunction · 0.70
getMessagesMethod · 0.65

Tested by

no test coverage detected