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

Method constructor

src/client-API/client-api.js:625–628  ·  view source on GitHub ↗
(syncHandlerId, handlers)

Source from the content-addressed store, hash-verified

623
624class SyncHandler {
625 constructor(syncHandlerId, handlers) {
626 this.syncHandlerId = syncHandlerId;
627 this.handlers = handlers;
628 }
629
630 update(handlers) {
631 for (const handle in handlers) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected