MCPcopy
hub / github.com/mailvelope/mailvelope / handleClick

Function handleClick

src/components/key-backup/BackupKey.js:64–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 handleClick() {
65 this.logUserInput('security_log_backup_create');
66 this.setState({waiting: true, error: null}, () => window.setTimeout(() => this.port.emit('create-backup-code-window'), 3000));
67 }
68
69 logUserInput(type) {
70 this.port.emit('key-backup-user-input', {

Callers

nothing calls this directly

Calls 2

setStateMethod · 0.45
emitMethod · 0.45

Tested by

no test coverage detected