MCPcopy
hub / github.com/mailvelope/mailvelope / getPrivateKeys

Method getPrivateKeys

src/modules/KeyringBase.js:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 getPrivateKeys() {
41 return mapKeys(this.keystore.privateKeys.keys);
42 }
43
44 /**
45 * Check if keyring has any private key or specific private keys by keyId

Callers 1

getKeysMethod · 0.95

Calls 1

mapKeysFunction · 0.90

Tested by

no test coverage detected