MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / onVerifyInit

Method onVerifyInit

src/controller/verify.controller.js:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 async onVerifyInit() {
28 this.keyringId = await getPreferredKeyringId();
29 this.ports.vFrame.emit('armored-message');
30 }
31
32 async onDisplayPopup() {
33 this.verifyPopup = await mvelo.windows.openPopup(`components/decrypt-message/decryptMessage.html?id=${this.id}&embedded=false`, {width: 742, height: 550});

Callers

nothing calls this directly

Calls 2

getPreferredKeyringIdFunction · 0.90
emitMethod · 0.45

Tested by

no test coverage detected