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

Function getDefaultRelayUrl

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

Source from the content-addressed store, hash-verified

536}
537
538export function getDefaultRelayUrl(): Promise<string> {
539 return invokeTauri<string>("get_default_relay_url");
540}
541
542export function isSharedIdentity(): Promise<boolean> {
543 return invokeTauri<boolean>("is_shared_identity");

Callers 1

initFunction · 0.90

Calls 1

invokeTauriFunction · 0.70

Tested by

no test coverage detected