MCPcopy
hub / github.com/mailvelope/mailvelope / update

Method update

src/client-API/client-api.js:630–634  ·  view source on GitHub ↗
(handlers)

Source from the content-addressed store, hash-verified

628 }
629
630 update(handlers) {
631 for (const handle in handlers) {
632 this.handlers[handle] = handlers[handle];
633 }
634 }
635}
636
637function handleSyncEvent({type, id, data}) {

Callers 12

revokeUserMethod · 0.80
addUserMethod · 0.80
updateKeyMethod · 0.80
updateKeyMethod · 0.80
updatePreferencesMethod · 0.80
readArmoredKeysMethod · 0.80
onOkMethod · 0.80
lib-mvelo.jsFile · 0.80
constructorMethod · 0.80
activateMethod · 0.80
addSyncHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected