({editorId})
| 231 | } |
| 232 | |
| 233 | function editorCreateDraft({editorId}) { |
| 234 | return containers.get(editorId).createDraft(); |
| 235 | } |
| 236 | |
| 237 | function validKeyForAddress({keyringId, recipients}) { |
| 238 | return controllerPort.send('query-valid-key', {keyringId, recipients}); |
nothing calls this directly
no test coverage detected