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

Method save

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

Source from the content-addressed store, hash-verified

58 }
59
60 async save() {
61 await this.initialized;
62 if (!this.data) {
63 return;
64 }
65 await setKeyringAttr(this.keyringId, {[this.SYNC_DATA]: this.data});
66 }
67
68 async commit() {
69 await this.initialized;

Callers 4

activateMethod · 0.95
commitMethod · 0.95
triggerSyncMethod · 0.80

Calls 1

setKeyringAttrFunction · 0.90

Tested by

no test coverage detected