MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / InlineCode

Function InlineCode

apps/web/ui/Message/InlineCode/index.tsx:9–13  ·  view source on GitHub ↗
({ value }: Props)

Source from the content-addressed store, hash-verified

7}
8
9export default function InlineCode({ value }: Props) {
10 const input = value.trim();
11 const content = decodeHTML(input);
12 return <Code content={content} inline />;
13}

Callers

nothing calls this directly

Calls 1

decodeHTMLFunction · 0.90

Tested by

no test coverage detected