Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mailvelope/mailvelope
/ constructor
Method
constructor
src/modules/pwdCache.js:27–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
26
class
PwdMap extends Map {
27
constructor() {
28
super();
29
chrome.alarms.onAlarm.addListener(alarm => this.onAlarm(alarm));
30
this.init();
31
}
32
33
async
init() {
34
const
session =
await
this.getSession();
Callers
nothing calls this directly
Calls
2
onAlarm
Method · 0.95
init
Method · 0.95
Tested by
no test coverage detected