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

Method commit

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

Source from the content-addressed store, hash-verified

66 }
67
68 async commit() {
69 await this.initialized;
70 if (!this.data || this.muted) {
71 return;
72 }
73 await this.save();
74 await triggerSync({keyringId: this.keyringId});
75 }
76
77 async merge(update) {
78 if (!this.data) {

Callers 8

importKeysMethod · 0.80
removeKeyMethod · 0.80
removeUserMethod · 0.80
revokeUserMethod · 0.80
addUserMethod · 0.80
updateKeyMethod · 0.80
setKeyPwdMethod · 0.80
generateKeyMethod · 0.80

Calls 2

saveMethod · 0.95
triggerSyncFunction · 0.90

Tested by

no test coverage detected