Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlchat/sqlchat
/ code
Function
code
src/components/ConversationView/MessageView.tsx:136–138 ·
view source on GitHub ↗
({ children })
Source
from the content-addressed store, hash-verified
134
);
135
},
136
code({ children }) {
137
return <code className=
"px-0"
>{children}</code>;
138
},
139
}}
140
>
141
{message.content}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected