Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mailvelope/mailvelope
/ constructor
Method
constructor
src/modules/keyStore.js:44–46 ·
view source on GitHub ↗
(keys)
Source
from the content-addressed store, hash-verified
42
43
class
KeyArray {
44
constructor(keys) {
45
this.keys = keys;
46
}
47
48
getForAddress(email) {
49
const
results = [];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected