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

Function getMockIdentity

desktop/src/testing/e2eBridge.ts:978–983  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

976}
977
978function getMockIdentity() {
979 return {
980 pubkey: MOCK_IDENTITY_PUBKEY,
981 displayName: DEFAULT_MOCK_IDENTITY.display_name,
982 };
983}
984
985function cloneProfile(profile: RawProfile): RawProfile {
986 return { ...profile };

Callers 2

getMockMemberPubkeyFunction · 0.85
getMockMemberDisplayNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected