MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / constructor

Method constructor

src/modules/keyringSync.js:14–19  ·  view source on GitHub ↗
(keyringId)

Source from the content-addressed store, hash-verified

12
13export class KeyringSync {
14 constructor(keyringId) {
15 this.keyringId = keyringId;
16 this.SYNC_DATA = 'sync_data';
17 this.muted = false;
18 this.initialized = this.init();
19 }
20
21 async init() {
22 this.data = await getKeyringAttr(this.keyringId, this.SYNC_DATA);

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected