MCPcopy
hub / github.com/mailvelope/mailvelope / init

Method init

src/modules/keyringSync.js:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 async init() {
22 this.data = await getKeyringAttr(this.keyringId, this.SYNC_DATA);
23 }
24
25 async activate() {
26 await this.initialized;

Callers 1

constructorMethod · 0.95

Calls 1

getKeyringAttrFunction · 0.90

Tested by

no test coverage detected