MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / syncDone

Method syncDone

src/controller/sync.controller.js:230–235  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

228 }
229
230 syncDone(data) {
231 if (this.syncDoneHandler[data.id]) {
232 this.syncDoneHandler[data.id](data.error, data.syncData);
233 delete this.syncDoneHandler[data.id];
234 }
235 }
236
237 upload(uploadObj) {
238 return this.sync('upload', uploadObj);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected