Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ init
Method
init
src/modules/keyringSync.js:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
async
init() {
22
this.data =
await
getKeyringAttr(this.keyringId, this.SYNC_DATA);
23
}
24
25
async
activate() {
26
await
this.initialized;
Callers
1
constructor
Method · 0.95
Calls
1
getKeyringAttr
Function · 0.90
Tested by
no test coverage detected