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

Function generatorGenerate

src/content-scripts/clientAPI.js:213–215  ·  view source on GitHub ↗
({generatorId, confirmRequired})

Source from the content-addressed store, hash-verified

211}
212
213function generatorGenerate({generatorId, confirmRequired}) {
214 return containers.get(generatorId).generate(confirmRequired);
215}
216
217function generatorConfirm({generatorId}) {
218 containers.get(generatorId).confirm();

Callers

nothing calls this directly

Calls 2

generateMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected