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

Method setDefaultKey

src/modules/KeyringBase.js:212–214  ·  view source on GitHub ↗
(fpr)

Source from the content-addressed store, hash-verified

210 }
211
212 setDefaultKey(fpr) {
213 return this.keystore.setDefaultKey(fpr);
214 }
215
216 async validateDefaultKey(defaultKey) {
217 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected