MCPcopy
hub / github.com/mailvelope/mailvelope / init

Method init

src/content-scripts/verifyFrame.js:30–33  ·  view source on GitHub ↗
(pgpRange)

Source from the content-addressed store, hash-verified

28 }
29
30 init(pgpRange) {
31 super.init(pgpRange);
32 this.calcSignatureHeight();
33 }
34
35 calcSignatureHeight() {
36 const treeWalker = document.createTreeWalker(this.pgpElement, NodeFilter.SHOW_TEXT, {

Callers 2

initFunction · 0.45
constructorMethod · 0.45

Calls 1

calcSignatureHeightMethod · 0.95

Tested by

no test coverage detected