Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mailvelope/mailvelope
/ delete
Method
delete
src/modules/keyring.js:88–91 ·
view source on GitHub ↗
(keyringId)
Source
from the content-addressed store, hash-verified
86
}
87
88
async
delete(keyringId) {
89
super.delete(keyringId);
90
await
this.store();
91
}
92
}
93
94
// map keyringId to keyring attributes
Callers
5
initGPG
Method · 0.95
init
Function · 0.45
initGPG
Function · 0.45
createKeyring
Function · 0.45
deleteKeyring
Function · 0.45
Calls
1
store
Method · 0.95
Tested by
no test coverage detected