Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShafiqSadat/HamsterKeyGenWeb
/ sleep
Function
sleep
script.js:428–428 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
426
};
427
428
const
sleep = ms =>
new
Promise(resolve => setTimeout(resolve, ms));
429
430
const
copyToClipboard = (text) => {
431
if
(navigator.clipboard && navigator.clipboard.writeText) {
Callers
1
generateKeyProcess
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected