()
| 88 | } |
| 89 | |
| 90 | openStore () { |
| 91 | if (!this._store && !this._configExists()) { |
| 92 | return null |
| 93 | } |
| 94 | |
| 95 | if (!this._store) this._store = this._newStore() |
| 96 | return this._store |
| 97 | } |
| 98 | |
| 99 | get store () { |
| 100 | return this.openStore() |
no test coverage detected