MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / deleteMessage

Function deleteMessage

src/components/ConversationView/MessageView.tsx:37–39  ·  view source on GitHub ↗
(message: Message)

Source from the content-addressed store, hash-verified

35 };
36
37 const deleteMessage = (message: Message) => {
38 messageStore.clearMessage((item) => item.id !== message.id);
39 };
40
41 return (
42 <div

Callers 1

MessageViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected