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

Method attachTo

src/content-scripts/encryptFrame.js:35–40  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

33 }
34
35 attachTo(element) {
36 this.init(element);
37 this.establishConnection();
38 this.registerEventListener();
39 this.renderFrame();
40 }
41
42 init(element) {
43 this.editElement = element;

Callers 6

attachEncryptFrameFunction · 0.95
attachExtractFrameFunction · 0.45
scanMessagesMethod · 0.45

Calls 4

initMethod · 0.95
establishConnectionMethod · 0.95
registerEventListenerMethod · 0.95
renderFrameMethod · 0.95

Tested by

no test coverage detected