Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ terminate
Function
terminate
src/components/key-backup/BackupKey.js:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
terminate() {
61
this.setState({terminate: true}, () => this.port.disconnect());
62
}
63
64
handleClick() {
65
this.logUserInput(
'security_log_backup_create'
);
Callers
nothing calls this directly
Calls
2
setState
Method · 0.45
disconnect
Method · 0.45
Tested by
no test coverage detected