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

Function getProfile

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

Source from the content-addressed store, hash-verified

472}
473
474export async function getProfile(): Promise<Profile> {
475 const profile = await invokeTauri<RawProfile>("get_profile");
476 return fromRawProfile(profile);
477}
478
479export async function updateProfile(
480 input: UpdateProfileInput,

Callers 1

useProfileQueryFunction · 0.90

Calls 1

fromRawProfileFunction · 0.85

Tested by

no test coverage detected