MCPcopy Create free account
hub / github.com/anomalyco/opencode / label

Function label

packages/session-ui/src/components/markdown.tsx:129–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127
128function MarkdownCopyButton(props: { labels: Accessor<CopyLabels>; copied: Accessor<boolean> }) {
129 const label = () => (props.copied() ? props.labels().copied : props.labels().copy)
130 return (
131 <TooltipV2 placement="top" value={label()}>
132 <IconButtonV2

Callers 1

MarkdownCopyButtonFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected