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

Method attachTo

src/content-scripts/extractFrame.js:29–34  ·  view source on GitHub ↗
(pgpRange)

Source from the content-addressed store, hash-verified

27 }
28
29 attachTo(pgpRange) {
30 this.init(pgpRange);
31 this.establishConnection();
32 this.renderFrame();
33 this.registerEventListener();
34 }
35
36 init(pgpRange) {
37 this.pgpRange = pgpRange;

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected