MCPcopy
hub / github.com/mailvelope/mailvelope / upload

Method upload

src/controller/sync.controller.js:237–239  ·  view source on GitHub ↗
(uploadObj)

Source from the content-addressed store, hash-verified

235 }
236
237 upload(uploadObj) {
238 return this.sync('upload', uploadObj);
239 }
240
241 download(downloadObj) {
242 return this.sync('download', downloadObj);

Callers 3

uploadSyncMessageMethod · 0.95
syncKeyServerMethod · 0.80

Calls 1

syncMethod · 0.95

Tested by

no test coverage detected