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

Function processAutocryptHeader

src/content-scripts/clientAPI.js:262–264  ·  view source on GitHub ↗
({keyringId, headers})

Source from the content-addressed store, hash-verified

260}
261
262function processAutocryptHeader({keyringId, headers}) {
263 return controllerPort.send('process-autocrypt-header', {keyringId, headers});
264}
265
266function setLogo({keyringId, dataURL, revision}) {
267 if (!/^data:image\/png;base64,/.test(dataURL)) {

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected