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

Function addSyncHandler

src/content-scripts/clientAPI.js:276–280  ·  view source on GitHub ↗
({keyringId})

Source from the content-addressed store, hash-verified

274}
275
276function addSyncHandler({keyringId}) {
277 syncHandler = syncHandler || new SyncHandler(keyringId);
278 containers.set(syncHandler.id, syncHandler);
279 return syncHandler.id;
280}
281
282function syncHandlerDone(data) {
283 const container = containers.get(data.syncHandlerId);

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected