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

Function editorCreateDraft

src/content-scripts/clientAPI.js:233–235  ·  view source on GitHub ↗
({editorId})

Source from the content-addressed store, hash-verified

231}
232
233function editorCreateDraft({editorId}) {
234 return containers.get(editorId).createDraft();
235}
236
237function validKeyForAddress({keyringId, recipients}) {
238 return controllerPort.send('query-valid-key', {keyringId, recipients});

Callers

nothing calls this directly

Calls 2

createDraftMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected