MCPcopy 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
26class 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

onAlarmMethod · 0.95
initMethod · 0.95

Tested by

no test coverage detected