Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
attachEncryptFrame
Function · 0.95
encryptFrame.test.js
File · 0.45
extractFrame.test.js
File · 0.45
extractFrame.test.js
File · 0.45
attachExtractFrame
Function · 0.45
scanMessages
Method · 0.45
Calls
4
init
Method · 0.95
establishConnection
Method · 0.95
registerEventListener
Method · 0.95
renderFrame
Method · 0.95
Tested by
no test coverage detected