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

Class

src/modules/KeyStoreLocal.js:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import {getKeyringAttr, setKeyringAttr} from './keyring';
10
11export default class KeyStoreLocal extends KeyStoreBase {
12 async load() {
13 const pubArmored = await mvelo.storage.get(`mvelo.keyring.${this.id}.publicKeys`);
14 await this.loadKeys(pubArmored, this.publicKeys);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected