MCPcopy
hub / github.com/mailvelope/mailvelope / logUserInput

Function logUserInput

src/components/key-backup/BackupKey.js:69–74  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

67 }
68
69 logUserInput(type) {
70 this.port.emit('key-backup-user-input', {
71 source: 'security_log_key_backup',
72 type
73 });
74 }
75
76 render() {
77 return (

Callers

nothing calls this directly

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected