()
| 32 | } |
| 33 | |
| 34 | async store() { |
| 35 | await this.storePublic(); |
| 36 | await this.storePrivate(); |
| 37 | } |
| 38 | |
| 39 | async storePublic() { |
| 40 | await this.storeKeys(`mvelo.keyring.${this.id}.publicKeys`, this.publicKeys.keys); |
nothing calls this directly
no test coverage detected