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

Function getRelayWsUrl

desktop/src/shared/api/tauri.ts:546–548  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

544}
545
546export function getRelayWsUrl(): Promise<string> {
547 return invokeTauri<string>("get_relay_ws_url");
548}
549
550export function getRelayHttpUrl(): Promise<string> {
551 return invokeTauri<string>("get_relay_http_url");

Callers 2

connectMethod · 0.90
handleAuthChallengeMethod · 0.90

Calls 1

invokeTauriFunction · 0.70

Tested by

no test coverage detected