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

Function openSettings

src/content-scripts/clientAPI.js:182–184  ·  view source on GitHub ↗
({keyringId, options})

Source from the content-addressed store, hash-verified

180}
181
182function openSettings({keyringId, options}) {
183 return controllerPort.send('open-settings', {keyringId, options});
184}
185
186function keyGenContainer({selector, keyringId, options = {}}) {
187 options.keySize = options.keySize || 2048;

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected