Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ download
Method
download
src/controller/sync.controller.js:241–243 ·
view source on GitHub ↗
(downloadObj)
Source
from the content-addressed store, hash-verified
239
}
240
241
download(downloadObj) {
242
return
this.sync(
'download'
, downloadObj);
243
}
244
245
backup(backupObj) {
246
return
this.sync(
'backup'
, backupObj);
Callers
1
downloadSyncMessage
Method · 0.95
Calls
1
sync
Method · 0.95
Tested by
no test coverage detected