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

Method clickHandler

src/content-scripts/importFrame.js:29–32  ·  view source on GitHub ↗
(ev)

Source from the content-addressed store, hash-verified

27 }
28
29 clickHandler(ev) {
30 super.clickHandler(undefined, ev);
31 this.port.emit('imframe-armored-key', {data: this.getPGPMessage()});
32 }
33}

Callers

nothing calls this directly

Calls 2

getPGPMessageMethod · 0.80
emitMethod · 0.45

Tested by

no test coverage detected