MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / deleteEntry

Function deleteEntry

src/modules/pwdCache.js:184–186  ·  view source on GitHub ↗

* Delete key from cache * @param {String} primaryKeyFpr - primary key fingerprint

(primaryKeyFpr)

Source from the content-addressed store, hash-verified

182 * @param {String} primaryKeyFpr - primary key fingerprint
183 */
184async function deleteEntry(primaryKeyFpr) {
185 await cache.delete(primaryKeyFpr);
186}
187
188export {deleteEntry as delete};
189

Callers 1

getFunction · 0.85

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected