Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mailvelope/mailvelope
/ create
Method
create
src/modules/keyring.js:60–63 ·
view source on GitHub ↗
(keyringId, attrMap = {})
Source
from the content-addressed store, hash-verified
58
}
59
60
async
create(keyringId, attrMap = {}) {
61
super.set(keyringId, attrMap);
62
await
this.store();
63
}
64
65
async
set(keyringId, attrMap) {
66
if
(!this.has(keyringId)) {
Callers
7
init
Method · 0.95
initGPG
Method · 0.95
createKeyring
Function · 0.45
getKeyByAddress
Function · 0.45
getKeyByAddress
Method · 0.45
set
Method · 0.45
lib-mvelo.js
File · 0.45
Calls
2
store
Method · 0.95
set
Method · 0.45
Tested by
no test coverage detected