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

Method constructor

src/modules/autocryptWrapper.js:123–127  ·  view source on GitHub ↗
(storageKey)

Source from the content-addressed store, hash-verified

121
122export class Store {
123 constructor(storageKey) {
124 this.storageKey = storageKey;
125 this.map = new Map();
126 this.initialized = false;
127 }
128
129 async init() {
130 if (this.initalized) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected