Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
init
Function · 0.45
constructor
Method · 0.45
Calls
1
calcSignatureHeight
Method · 0.95
Tested by
no test coverage detected