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

Method constructor

src/client-API/client-api.js:210–213  ·  view source on GitHub ↗
(identifier, options)

Source from the content-addressed store, hash-verified

208 */
209class Keyring {
210 constructor(identifier, options) {
211 this.identifier = identifier;
212 this.logoRev = options.revision || 0;
213 }
214
215 /**
216 * @typedef {Object} LookupResult

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected