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

Function getRelayHttpUrl

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

Source from the content-addressed store, hash-verified

548}
549
550export function getRelayHttpUrl(): Promise<string> {
551 return invokeTauri<string>("get_relay_http_url");
552}
553
554export async function getChannels(): Promise<Channel[]> {
555 const channels = await invokeTauri<RawChannel[]>("get_channels");

Callers 1

handleSubmitFunction · 0.90

Calls 1

invokeTauriFunction · 0.70

Tested by

no test coverage detected