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

Function Channel

apps/web/ui/Message/Channel/index.tsx:7–10  ·  view source on GitHub ↗
({ value }: Props)

Source from the content-addressed store, hash-verified

5}
6
7export default function Channel({ value }: Props) {
8 const [id, name] = value.split('|');
9 return <strong>#{name || id}</strong>;
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected