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