MCPcopy
hub / github.com/mailvelope/mailvelope / keyBackupContainer

Function keyBackupContainer

src/content-scripts/clientAPI.js:193–197  ·  view source on GitHub ↗
({selector, keyringId, options = {}})

Source from the content-addressed store, hash-verified

191}
192
193function keyBackupContainer({selector, keyringId, options = {}}) {
194 const container = new KeyBackupContainer(selector, keyringId, options);
195 containers.set(container.id, container);
196 return container.create();
197}
198
199function restoreBackupContainer({selector, keyringId, options = {}}) {
200 const container = new RestoreBackupContainer(selector, keyringId, options);

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
setMethod · 0.45

Tested by

no test coverage detected