MCPcopy 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
38function isLocalDevRelayUrl(relayUrl: string) {
39 return LOCAL_DEV_RELAY_URLS.has(relayUrl.trim().replace(/\/$/, ""));
40}
41
42function wait(ms: number) {
43 return new Promise<void>((resolve) => {

Callers 1

WelcomeSetupFunction · 0.85

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected