MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / Mention

Function Mention

apps/web/ui/Message/Mention/index.tsx:11–18  ·  view source on GitHub ↗
({ tag, value, mentions }: Props)

Source from the content-addressed store, hash-verified

9}
10
11export default function Mention({ tag, value, mentions }: Props) {
12 return (
13 <strong>
14 {tag}
15 {getDisplayName(value, mentions)}
16 </strong>
17 );
18}

Callers

nothing calls this directly

Calls 1

getDisplayNameFunction · 0.90

Tested by

no test coverage detected