Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ handleSend
Function
handleSend
apps/web/ui/MessageForm/index.tsx:228–229 ·
view source on GitHub ↗
(event: React.SyntheticEvent)
Source
from the content-addressed store, hash-verified
226
setMessage(
''
);
227
};
228
const handleSend = async (event: React.SyntheticEvent) =>
229
handleSubmit(event, onSend);
230
231
useEffect(() => {
232
ref.current && autosize(ref.current);
Callers
1
MessageForm
Function · 0.85
Calls
1
handleSubmit
Function · 0.70
Tested by
no test coverage detected