(editorId)
| 587 | */ |
| 588 | class Editor { |
| 589 | constructor(editorId) { |
| 590 | this.editorId = editorId; |
| 591 | } |
| 592 | |
| 593 | /** |
| 594 | * Requests the encryption of the editor content for the given recipients. |
nothing calls this directly
no outgoing calls
no test coverage detected