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

Method onData

src/content-scripts/attachmentFrame.js:61–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 onData() {
62 const {msgId, clipped, armored, plainText, att} = this.currentProvider.integration.getMsgByControllerId(this.id);
63 this.port.emit('set-data', {userInfo: this.currentProvider.integration.getUserInfo(), msgId, encAttFileNames: att, armored, plainText, clipped, gmailCtrlId: this.currentProvider.integration.id});
64 }
65
66 clickHandler(ev) {
67 super.clickHandler(undefined, ev);

Callers

nothing calls this directly

Calls 3

getMsgByControllerIdMethod · 0.80
getUserInfoMethod · 0.80
emitMethod · 0.45

Tested by

no test coverage detected