MCPcopy Create free account
hub / github.com/enowdev/enowX-Coder / handleCopy

Function handleCopy

src/components/chat/MarkdownCodeBlock.tsx:68–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 const handleCopy = async () => {
69 await navigator.clipboard.writeText(code);
70 setCopied(true);
71 setTimeout(() => setCopied(false), 2000);
72 };
73
74 // ── Normal code block ─────────────────────────────────────
75 const displayLang = lang.replace(/:.+$/, '');

Callers 1

AgentRunCardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected