Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ Text
Function
Text
apps/web/ui/Message/Text/index.tsx:8–10 ·
view source on GitHub ↗
({ value }: Props)
Source
from the content-addressed store, hash-verified
6
}
7
8
export default function Text({ value }: Props) {
9
return <>{decodeHTML(value)}</>;
10
}
Callers
nothing calls this directly
Calls
1
decodeHTML
Function · 0.90
Tested by
no test coverage detected