MCPcopy
hub / github.com/mailvelope/mailvelope / remove

Method remove

test/unit/__mocks__/localStorage.js:26–28  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

24 }
25
26 remove(key) {
27 return Promise.resolve(this.storage.delete(key));
28 }
29}

Callers 5

test-harness.jsFile · 0.45

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected