MCPcopy
hub / github.com/mailvelope/mailvelope / backup

Method backup

src/controller/sync.controller.js:245–247  ·  view source on GitHub ↗
(backupObj)

Source from the content-addressed store, hash-verified

243 }
244
245 backup(backupObj) {
246 return this.sync('backup', backupObj);
247 }
248
249 restore() {
250 return this.sync('restore');

Callers 1

Calls 1

syncMethod · 0.95

Tested by

no test coverage detected