Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mailvelope/mailvelope
/ constructor
Method
constructor
src/modules/keyStore.js:7–10 ·
view source on GitHub ↗
(keyringId)
Source
from the content-addressed store, hash-verified
5
6
export
class
KeyStoreBase {
7
constructor(keyringId) {
8
this.clear();
9
this.id = keyringId;
10
}
11
12
clear() {
13
this.publicKeys =
new
KeyArray([]);
Callers
nothing calls this directly
Calls
1
clear
Method · 0.95
Tested by
no test coverage detected