MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / handleCopyLink

Function handleCopyLink

frontend/src/components/VODModal.jsx:60–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 };
59
60 const handleCopyLink = async () => {
61 const streamUrl = getStreamUrl();
62 if (!streamUrl) return;
63 await copyToClipboard(streamUrl, {
64 successTitle: 'Link Copied!',
65 successMessage: 'Stream link copied to clipboard',
66 });
67 };
68
69 return (
70 <Stack spacing="md" flex={1}>

Callers

nothing calls this directly

Calls 2

copyToClipboardFunction · 0.90
getStreamUrlFunction · 0.85

Tested by

no test coverage detected