Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/agentapi
/ MessageListProps
Interface
MessageListProps
chat/src/components/message-list.tsx:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
interface MessageListProps {
18
messages: (Message | DraftMessage)[];
19
}
20
21
interface ProcessedMessageProps {
22
messageContent: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected