MCPcopy
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
43class KeyArray {

Callers 7

preVerifyKeysFunction · 0.80
decryptFunction · 0.80
verifyFunction · 0.80
getKeyDataMethod · 0.80
getArmoredKeysMethod · 0.80
constructorFunction · 0.80
componentDidUpdateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected