Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mailvelope/mailvelope
/ onSignOnly
Method
onSignOnly
src/controller/editor.controller.js:257–260 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
255
}
256
257
onSignOnly(msg) {
258
this.signKeyFpr = msg.signKeyFpr;
259
this.ports.editor.emit(
'get-plaintext'
, {action:
'sign'
});
260
}
261
262
onEditorUserInput(msg) {
263
uiLog.push(msg.source, msg.
type
);
Callers
1
editor.controller.test.js
File · 0.80
Calls
1
emit
Method · 0.45
Tested by
no test coverage detected