Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mailvelope/mailvelope
/ syncDone
Method
syncDone
src/content-scripts/syncHandler.js:26–28 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
24
}
25
26
syncDone(data) {
27
this.port.emit(
'sync-done'
, data);
28
}
29
30
registerEventListener() {
31
this.port.on(
'sync-event'
, data => clientPort.emit(
'sync-event'
, data));
Callers
1
syncHandlerDone
Function · 0.45
Calls
1
emit
Method · 0.45
Tested by
no test coverage detected