Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/block/buzz
/ wait
Function
wait
desktop/src/features/workspaces/ui/WelcomeSetup.tsx:42–46 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
40
}
41
42
function wait(ms: number) {
43
return new Promise<void>((resolve) => {
44
window.setTimeout(resolve, ms);
45
});
46
}
47
48
function NostrKeyImportPage({
49
connectionError,
Callers
1
WelcomeSetup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected