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

Function encryptedFormContainer

src/content-scripts/clientAPI.js:287–291  ·  view source on GitHub ↗
({selector, formHtml, signature})

Source from the content-addressed store, hash-verified

285}
286
287function encryptedFormContainer({selector, formHtml, signature}) {
288 const container = new EncryptedFormContainer(selector, formHtml, signature);
289 containers.set(container.id, container);
290 return container.create();
291}

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
setMethod · 0.45

Tested by

no test coverage detected