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

Method create

src/modules/keyring.js:60–63  ·  view source on GitHub ↗
(keyringId, attrMap = {})

Source from the content-addressed store, hash-verified

58 }
59
60 async create(keyringId, attrMap = {}) {
61 super.set(keyringId, attrMap);
62 await this.store();
63 }
64
65 async set(keyringId, attrMap) {
66 if (!this.has(keyringId)) {

Callers 7

initMethod · 0.95
initGPGMethod · 0.95
createKeyringFunction · 0.45
getKeyByAddressFunction · 0.45
getKeyByAddressMethod · 0.45
setMethod · 0.45
lib-mvelo.jsFile · 0.45

Calls 2

storeMethod · 0.95
setMethod · 0.45

Tested by

no test coverage detected