Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ store
Method
store
src/modules/keyring.js:78–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
async
store() {
79
await
mvelo.storage.set(
'mvelo.keyring.attributes'
, this.toObject());
80
}
81
82
toObject() {
83
const
allKeyringAttr = {};
Callers
13
create
Method · 0.95
set
Method · 0.95
delete
Method · 0.95
KeyStoreLocal-test.js
File · 0.45
sanitizeKeyring
Function · 0.45
importKeys
Method · 0.45
removeKey
Method · 0.45
removeUser
Method · 0.45
revokeUser
Method · 0.45
addUser
Method · 0.45
updateKey
Method · 0.45
setKeyPwd
Method · 0.45
Calls
2
toObject
Method · 0.95
set
Method · 0.45
Tested by
no test coverage detected