MCPcopy 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
8export default function Text({ value }: Props) {
9 return <>{decodeHTML(value)}</>;
10}

Callers

nothing calls this directly

Calls 1

decodeHTMLFunction · 0.90

Tested by

no test coverage detected