MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / getAll

Function getAll

src/modules/keyring.js:267–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265 * @return {Array<KeyringBase>}
266 */
267export async function getAll() {
268 await keyringInitialized;
269 return Array.from(keyringMap.values());
270}
271
272/**
273 * Check whether any keyring holds a private key, reading storage directly

Callers 5

keyring-test.jsFile · 0.90
preVerifyKeysFunction · 0.70
getKeyDataFunction · 0.70
getKeyringWithPrivKeyFunction · 0.70
syncPublicKeysFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected