MCPcopy
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

setStateMethod · 0.45
disconnectMethod · 0.45

Tested by

no test coverage detected