MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / copyToClipboard

Function copyToClipboard

web/src/app/profile/components/api-keys-section.tsx:174–177  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

172 }
173
174 function copyToClipboard(text: string) {
175 navigator.clipboard.writeText(text)
176 toast({ title: 'Copied to clipboard' })
177 }
178
179 return (
180 <ProfileSection

Callers 1

ApiKeysSectionFunction · 0.70

Calls 1

toastFunction · 0.85

Tested by

no test coverage detected