MCPcopy
hub / github.com/mailvelope/mailvelope / getAllKeyringIds

Function getAllKeyringIds

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

Source from the content-addressed store, hash-verified

294 * @return {Array<String>}
295 */
296export async function getAllKeyringIds() {
297 await keyringInitialized;
298 return Array.from(keyringMap.keys());
299}
300
301/**
302 * Get all keyring attributes as an object map

Callers 1

updatePreferencesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected