()
| 31 | if (!this.isLoggedIn()) { |
| 32 | return false; |
| 33 | } |
| 34 | return this.telemetryEnabled ?? false; |
| 35 | } |
| 36 | |
| 37 | getUserKeyPassword(): string | undefined { |
| 38 | return this.userKeyPassword; |
| 39 | } |
| 40 | |
| 41 | async getCachePassword(): Promise<string> { |
| 42 | if (!this.cachePassword) { |
no test coverage detected