Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommandCodeAI/BaseAI
/ handleClearChat
Function
handleClearChat
examples/astro/src/components/chat-advanced.tsx:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
});
56
57
const handleClearChat = () => {
58
setMessages([]);
59
};
60
61
const handleRegenerateWithOptions = () => {
62
regenerate({
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected