Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mailvelope/mailvelope
/ off
Function
off
src/content-scripts/main.js:138–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
}
137
138
function
off() {
139
if
(domObserver) {
140
domObserver.disconnect();
141
}
142
if
(clickHandler) {
143
document.removeEventListener(
'click'
, clickHandler, true);
144
}
145
}
146
147
function
scanDOM() {
148
// find armored PGP text
Callers
1
onDestroy
Function · 0.85
Calls
1
disconnect
Method · 0.45
Tested by
no test coverage detected