MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / editorEncrypt

Function editorEncrypt

src/content-scripts/clientAPI.js:229–231  ·  view source on GitHub ↗
({editorId, recipients})

Source from the content-addressed store, hash-verified

227}
228
229function editorEncrypt({editorId, recipients}) {
230 return containers.get(editorId).encrypt(recipients);
231}
232
233function editorCreateDraft({editorId}) {
234 return containers.get(editorId).createDraft();

Callers

nothing calls this directly

Calls 2

encryptMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected