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

Function syncHandlerDone

src/content-scripts/clientAPI.js:282–285  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

280}
281
282function syncHandlerDone(data) {
283 const container = containers.get(data.syncHandlerId);
284 container.syncDone(data);
285}
286
287function encryptedFormContainer({selector, formHtml, signature}) {
288 const container = new EncryptedFormContainer(selector, formHtml, signature);

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
syncDoneMethod · 0.45

Tested by

no test coverage detected