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