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

Function deleteIdentities

src/modules/autocryptWrapper.js:107–113  ·  view source on GitHub ↗
(identities)

Source from the content-addressed store, hash-verified

105}
106
107export async function deleteIdentities(identities) {
108 for (const id of identities) {
109 const key = `mvelo.autocrypt.${id}`;
110 await mvelo.storage.remove(key);
111 stores.delete(key);
112 }
113}
114
115export function armor(base64) {
116 const head = '-----BEGIN PGP PUBLIC KEY BLOCK-----';

Callers

nothing calls this directly

Calls 2

removeMethod · 0.45
deleteMethod · 0.45

Tested by

no test coverage detected