Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/block/buzz
/ isLocalDevRelayUrl
Function
isLocalDevRelayUrl
desktop/src/features/workspaces/ui/WelcomeSetup.tsx:38–40 ·
view source on GitHub ↗
(relayUrl: string)
Source
from the content-addressed store, hash-verified
36
]);
37
38
function isLocalDevRelayUrl(relayUrl: string) {
39
return LOCAL_DEV_RELAY_URLS.has(relayUrl.trim().replace(/\/$/,
""
));
40
}
41
42
function wait(ms: number) {
43
return new Promise<void>((resolve) => {
Callers
1
WelcomeSetup
Function · 0.85
Calls
1
has
Method · 0.80
Tested by
no test coverage detected