MCPcopy
hub / github.com/mailvelope/mailvelope / get

Method get

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

Source from the content-addressed store, hash-verified

16 }
17
18 get(key) {
19 return Promise.resolve(this.storage.get(key));
20 }
21
22 set(key, value) {
23 return Promise.resolve(this.storage.set(key, value));

Callers 10

importAttributesMethod · 0.95
getFunction · 0.45
getBytesInUseFunction · 0.45
MockEventHandlerClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected