Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mailvelope/mailvelope
/ clear
Method
clear
src/modules/keyStore.js:12–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
}
11
12
clear() {
13
this.publicKeys =
new
KeyArray([]);
14
this.privateKeys =
new
KeyArray([]);
15
}
16
17
getKeysForId(keyId, deep) {
18
let
result = [];
Callers
1
constructor
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected