()
| 200 | } |
| 201 | |
| 202 | readCurrent(): QueryObserverResult<TData, TError> { |
| 203 | if (this.observer) { |
| 204 | this.assignObserverResult(this.observer.getCurrentResult()) |
| 205 | } |
| 206 | |
| 207 | return this.current |
| 208 | } |
| 209 | |
| 210 | private subscribe(): void { |
| 211 | if (!this.observer) { |
no test coverage detected