Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ onWriteMessage
Function
onWriteMessage
apps/web/ui/GridRow/index.tsx:33–35 ·
view source on GitHub ↗
(user: SerializedUser)
Source
from the content-addressed store, hash-verified
31
import EventEmitter from
'@linen/utilities/event'
;
32
33
function onWriteMessage(user: SerializedUser) {
34
EventEmitter.emit(
'write:message:clicked'
, user);
35
}
36
37
function hasReaction(
38
message: SerializedMessage,
Callers
3
callback
Function · 0.85
onSubmit
Function · 0.85
Row
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected