MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / onShare

Function onShare

apps/web/ui/MembersView/index.tsx:359–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

357 }
358
359 function onShare() {
360 const url = getShareUrl();
361 copyToClipboard(url);
362 Toast.success('Copied to clipboard');
363 }
364
365 return (
366 <div className={styles.container}>

Callers

nothing calls this directly

Calls 3

copyToClipboardFunction · 0.90
getShareUrlFunction · 0.85
successMethod · 0.80

Tested by

no test coverage detected