Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mailvelope/mailvelope
/ activate
Method
activate
src/modules/keyringSync.js:25–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
async
activate() {
26
await
this.initialized;
27
if
(!this.data) {
28
this.clear();
29
}
30
return
this.save();
31
}
32
33
async
clear() {
34
await
this.initialized;
Callers
nothing calls this directly
Calls
2
clear
Method · 0.95
save
Method · 0.95
Tested by
no test coverage detected