Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mailvelope/mailvelope
/ logUserInput
Function
logUserInput
src/components/decrypt-message/DecryptMessage.js:222–227 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
220
}
221
222
logUserInput(
type
) {
223
this.port.emit(
'decrypt-inline-user-input'
, {
224
source:
'security_log_email_viewer'
,
225
type
226
});
227
}
228
229
handleCancel() {
230
this.port.emit(
'decrypt-dialog-cancel'
);
Callers
nothing calls this directly
Calls
1
emit
Method · 0.45
Tested by
no test coverage detected