copyToClipboardWithMeta() — supabase Function Reference
Architecture documentation for the copyToClipboardWithMeta() function in copy-button.tsx from the supabase codebase.
Entity Profile
Dependency Diagram
graph TD 763e0c42_f597_2c8d_83ba_d5bae9292e71["copyToClipboardWithMeta()"] 1b4bc1ea_c480_a1e8_cabe_b4eaec1845ec["CopyButton()"] 1b4bc1ea_c480_a1e8_cabe_b4eaec1845ec -->|calls| 763e0c42_f597_2c8d_83ba_d5bae9292e71 fd5e4019_9005_ca1d_7893_f2b2f1f87d47["CopyWithClassNames()"] fd5e4019_9005_ca1d_7893_f2b2f1f87d47 -->|calls| 763e0c42_f597_2c8d_83ba_d5bae9292e71 style 763e0c42_f597_2c8d_83ba_d5bae9292e71 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/design-system/components/copy-button.tsx lines 24–32
export async function copyToClipboardWithMeta(
value: string
// event?: Event
) {
navigator.clipboard.writeText(value)
if (event) {
// trackEvent(event)
}
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does copyToClipboardWithMeta() do?
copyToClipboardWithMeta() is a function in the supabase codebase.
What calls copyToClipboardWithMeta()?
copyToClipboardWithMeta() is called by 2 function(s): CopyButton, CopyWithClassNames.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free