Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Payloads
Method · 0.50
Captured
Method · 0.50
FakeSMTPServer
Function · 0.50
snapshot
Method · 0.50
Calls
no outgoing calls
Tested by
1
snapshot
Method · 0.40