Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mailvelope/mailvelope
/ closePopup
Method
closePopup
src/controller/verify.controller.js:68–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
closePopup() {
69
if
(this.verifyPopup) {
70
this.verifyPopup.close();
71
this.verifyPopup = null;
72
}
73
}
74
}
Callers
1
onCancel
Method · 0.95
Calls
1
close
Method · 0.80
Tested by
no test coverage detected