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

Function hasPrivateKey

src/content-scripts/clientAPI.js:225–227  ·  view source on GitHub ↗
({keyringId, fingerprint, email})

Source from the content-addressed store, hash-verified

223}
224
225function hasPrivateKey({keyringId, fingerprint, email}) {
226 return controllerPort.send('has-private-key', {keyringId, fingerprint, email});
227}
228
229function editorEncrypt({editorId, recipients}) {
230 return containers.get(editorId).encrypt(recipients);

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected