Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mailvelope/mailvelope
/ deleteKeyring
Function
deleteKeyring
src/app/keyring/KeyGrid.js:121–124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
}
120
121
deleteKeyring() {
122
const
keyringId = this.state.activeKeyring.id;
123
this.setState({showDeleteKeyringModal: false}, () => this.props.onDeleteKeyring(keyringId));
124
}
125
126
openExportKeyringDialog() {
127
let
keys = [];
Callers
nothing calls this directly
Calls
1
setState
Method · 0.45
Tested by
no test coverage detected