MCPcopy Create free account
hub / github.com/AbhinavTheDev/coding-agent / handleSendMessage

Function handleSendMessage

ui/app/components/chatInterface.tsx:45–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }, [visibleMessages]);
44
45 const handleSendMessage = () => {
46 if (inputValue.trim()) {
47 appendMessage(new TextMessage({
48 content: inputValue,
49 role: Role.User
50 }))
51 setInputValue("")
52 }
53 }
54
55
56

Callers 1

ChatInterfaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected