Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
createPrivateKeyBackup
Method · 0.80
Calls
1
sync
Method · 0.95
Tested by
no test coverage detected