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