MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / onAlarm

Method onAlarm

src/modules/pwdCache.js:45–47  ·  view source on GitHub ↗
(alarm)

Source from the content-addressed store, hash-verified

43 }
44
45 onAlarm(alarm) {
46 this.delete(alarm.name.replace(PWD_ALARM_PREFIX, ''));
47 }
48
49 async clear() {
50 super.clear();

Callers 1

constructorMethod · 0.95

Calls 1

deleteMethod · 0.95

Tested by

no test coverage detected