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

Function getActiveIdentity

desktop/src/testing/e2eBridge.ts:2698–2700  ·  view source on GitHub ↗
(config: E2eConfig | undefined)

Source from the content-addressed store, hash-verified

2696}
2697
2698function getActiveIdentity(config: E2eConfig | undefined) {
2699 return readStoredIdentityOverride() ?? getIdentity(config);
2700}
2701
2702function ensureMockProfile(config: E2eConfig | undefined): RawProfile {
2703 const pubkey = getMockMemberPubkey(config);

Callers 3

getMockMemberPubkeyFunction · 0.85
getMockMemberDisplayNameFunction · 0.85
handleMockCommandFunction · 0.85

Calls 2

getIdentityFunction · 0.70

Tested by

no test coverage detected