MCPcopy Create free account
hub / github.com/block/buzz / getRelayHttpUrl

Function getRelayHttpUrl

desktop/src/testing/e2eBridge.ts:2682–2684  ·  view source on GitHub ↗
(config: E2eConfig | undefined)

Source from the content-addressed store, hash-verified

2680}
2681
2682function getRelayHttpUrl(config: E2eConfig | undefined): string {
2683 return config?.relayHttpUrl ?? DEFAULT_RELAY_HTTP_URL;
2684}
2685
2686function getRelayWsUrl(config: E2eConfig | undefined): string {
2687 return config?.relayWsUrl ?? DEFAULT_RELAY_WS_URL;

Callers 3

relayJsonRequestFunction · 0.70
relayQueryFunction · 0.70
handleMockCommandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected