()
| 366 | } |
| 367 | |
| 368 | private ensureInitialized(): void { |
| 369 | if (!this.isInitialized) { |
| 370 | throw new Error("CloudService not initialized.") |
| 371 | } |
| 372 | } |
| 373 | |
| 374 | static get instance(): CloudService { |
| 375 | if (!this._instance) { |
no outgoing calls
no test coverage detected