MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / copy

Function copy

web/src/app/components/Field.tsx:61–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 const [copied, setCopied] = useState(false);
60
61 const copy = () => {
62 navigator.clipboard.writeText(value);
63 setCopied(true);
64 setTimeout(() => setCopied(false), 2000);
65 };
66
67 return (
68 <>

Callers 4

PayloadsMethod · 0.50
CapturedMethod · 0.50
FakeSMTPServerFunction · 0.50
snapshotMethod · 0.50

Calls

no outgoing calls

Tested by 1

snapshotMethod · 0.40