* Returns the `Query` instance this observer is currently observing.
()
| 355 | * Returns the `Query` instance this observer is currently observing. |
| 356 | */ |
| 357 | getCurrentQuery(): Query<TQueryFnData, TError, TQueryData, TQueryKey> { |
| 358 | return this.#currentQuery |
| 359 | } |
| 360 | |
| 361 | /** |
| 362 | * Refetches the observed query and returns a promise that resolves with |
no outgoing calls
no test coverage detected