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

Function cloneProfile

desktop/src/testing/e2eBridge.ts:985–987  ·  view source on GitHub ↗
(profile: RawProfile)

Source from the content-addressed store, hash-verified

983}
984
985function cloneProfile(profile: RawProfile): RawProfile {
986 return { ...profile };
987}
988
989function cloneRelayAgent(agent: RawRelayAgent): RawRelayAgent {
990 return {

Callers 3

handleGetProfileFunction · 0.85
handleUpdateProfileFunction · 0.85
handleGetUserProfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected