Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
importAttributes
Method · 0.95
get
Function · 0.45
getBytesInUse
Function · 0.45
providerSpecific.test.js
File · 0.45
autocryptStore-test.js
File · 0.45
KeyStoreLocal-test.js
File · 0.45
keyringSync-test.js
File · 0.45
api.controller-test.js
File · 0.45
MockEventHandler
Class · 0.45
providerSpecific.test.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected