MCPcopy
hub / github.com/mailvelope/mailvelope / getDeleteEntries

Method getDeleteEntries

src/modules/keyringSync.js:88–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 async getDeleteEntries() {
89 await this.initialized;
90 const result = [];
91 for (const fingerprint in this.data.changeLog) {
92 if (this.data.changeLog[fingerprint].type === DELETE) {
93 result.push(fingerprint);
94 }
95 }
96 return result;
97 }
98
99 mute(muted) {
100 this.muted = muted;

Callers 2

downloadSyncMessageMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected