Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ getAllKeys
Method
getAllKeys
src/modules/keyStore.js:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
getAllKeys() {
39
return
this.publicKeys.keys.concat(this.privateKeys.keys);
40
}
41
}
42
43
class
KeyArray {
Callers
7
preVerifyKeys
Function · 0.80
decrypt
Function · 0.80
verify
Function · 0.80
getKeyData
Method · 0.80
getArmoredKeys
Method · 0.80
constructor
Function · 0.80
componentDidUpdate
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected