MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / constructor

Method constructor

src/content-scripts/gmailIntegration.js:24–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23export default class GmailIntegration {
24 constructor() {
25 this.id = getUUID();
26 this.port = null;
27 this.editorBtnRoot = null;
28 this.editorBtn = null;
29 this.selectedMsgs = null;
30 this.userInfo = null;
31 this.updateElements = this.updateElements.bind(this);
32 }
33
34 init() {
35 this.establishConnection();

Callers

nothing calls this directly

Calls 1

getUUIDFunction · 0.90

Tested by

no test coverage detected