Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ getPublicKeys
Method
getPublicKeys
src/modules/KeyringBase.js:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
getPublicKeys() {
37
return
mapKeys(this.keystore.publicKeys.keys);
38
}
39
40
getPrivateKeys() {
41
return
mapKeys(this.keystore.privateKeys.keys);
Callers
1
getKeys
Method · 0.95
Calls
1
mapKeys
Function · 0.90
Tested by
no test coverage detected